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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why Kubernetes is called Cloud-Native?

1 点作者 dmpetrov将近 3 年前
You still have to run and manage K8S Control Plane &#x2F; master nodes for resource scheduling.<p>IMO Cloud-Native is when a cloud manages everything for you. Like S3 storage or AWS Kafka service or AWS Lambda. Managing K8S does not look like &quot;Native&quot;.<p>It looks like K8S holds the spot between Cloud (Cloud-Native) and on-premise. It gives you economy of scale in your on-premise hardware.<p>I&#x27;m missing something?

2 条评论

allencloud将近 3 年前
I do not treat Kubernetes as Cloud-Native. While the ecosystem that CNCF build in centre of Kubernetes provides the shortest way for end-users to achieve cloud native goals.<p>What&#x27;s more, cloud native seems not only by the way how to judge by technology trend, but also by the industry&#x27;s de facto standard how to use cloud. In the previous one, the tech ecosystem of CNCF could be regarded as the largest one. In the latter one, AWS comes almost without anyone could catch up with.
评论 #31628538 未加载
bg24将近 3 年前
&gt; IMO Cloud-Native is when a cloud manages everything for you.<p>To me, cloud-native is a broad term applied to infrastructure and applications designed with the cloud principles (automation, declarative, scale, integration, developer friendly). It is safe to say that lot of these principles were first released and marketed by AWS. And the ecosystem learned from it.<p>Kubernetes is cloud-native because it is built with all those principles. And it an orchestrator for micro-services where are the building blocks of a cloud-native application.