TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why Kubernetes is our modern-day COBOL

11 点作者 r0n0j0y将近 4 年前

2 条评论

LimaBearz将近 4 年前
Kubernetes is like sex in high school. Everyone says they’ve done it but very few have <i>actually</i> done it.<p>It’s a bit early to say anything. If anything the death of k8s will be sparked by all those who fail to implement it the right way like we all did with AWS.<p>I first got into AWS very early on and one of its early official selling points was ephemerality yet most of us treat everything as pets, EC2 has affectively become just a vanilla hosting&#x2F;managed provider with an API on top.<p>K8s isn’t difficult or complex, it’s just different and once you get it you get it. What ruins it is things like not following its intended paradigm, breaking the isomorphism and determinism of the containers… insisting things ansible, chef, salt, et la.. are still required. Grabbing a shell into container to debug something non app related, effectively breaking the ephemeral nature. The only thing you’ve effectively done is added additional complexity without hacking off any of the stuff that should be dead<p>Before k8s goes out I think no-code and then by extension no-infra will become a lot more ubiquitous, and if anything no-code will consolidate off a good chunk of our industry
评论 #27673175 未加载
评论 #27675940 未加载
phendrenad2将近 4 年前
The worst thing about kubernetes, or the hype around kubernetes, is that it leads people who never liked microservices and never took the time to understand how to do them well, to turn their stack into a series of microservices.