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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Does Kubernetes give you multicloud portability?

14 点作者 west0n大约 1 年前

2 条评论

jpgvm大约 1 年前
Their own experiments don&#x27;t support their own conclusions.<p>Once you have AKS&#x2F;GKE&#x2F;EKS all configured with cert-manager, external-dns and the same Ingress or Gateway provider then you -do- have full portability. I.e you could go back and forth between them without needing to rewrite manifests (except for FQDNs or whatever that you are having external-dns pick up).<p>The point is the &quot;cloud provider native&quot; container systems just aren&#x27;t standard, never will be standard and have no incentive to be standard. Their entire purpose is lock-in first, maybe differentiated features second (though I am not aware of any differentiated feature of a &quot;native&quot; system that I would care about).<p>Everyone focuses far too much on &quot;Kubernetes is more complexity than I need&quot; angle. The effort invested to stand it up is shown to be really low here (2 days is nothing in the grand scheme of any application that will ever make money) and the costs to maintain it will be similarly low while providing a solid basis to expand, migrate, etc. The concepts that need to be understood are roughly analogous except again, the knowledge of the specifics is portable.<p>Personally speaking I am never going to understand why there is still so much anti-Kubernetes crap out there. It&#x27;s a small investment with massive pay offs in flexibility, consistency, portability and most importantly of all better state mangement.<p>Which is something completely ignored here and pretty much everywhere, managing state on &quot;native&quot; solutions sucks. Terraform and Pulumi aren&#x27;t just bad, they are -horrible-. Just because they are the least-worst tools to manage those systems doesn&#x27;t make them good and anything you can do to avoid having to interact with them is worth your time.
bradhe大约 1 年前
The problem with multi-cloud is that the dragons lie not in the functionality--that&#x27;s well defined by the APIs--but in the behavior.