TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Does Google Container Engine (GKE) Still Lead to Lock-In?

1 pointsby physicsAIalmost 8 years ago
The GKE documentation says: &quot;There’s no vendor lock-in, you’re free to take your workloads out of Container Engine and run them anywhere Kubernetes is supported, including on your own on-premise servers.&quot;<p>Still, GKE is a managed environment for Kubernetes and I was wondering how difficult it would be to take your workloads out of GKE after 2-3 years and run them on your own hardware.

1 comment

alpbalmost 8 years ago
Disclaimer: I work at Google Cloud on GKE&#x2F;Kubernetes.<p>My personal opinion is that, how closely you&#x27;re integrating with storage systems (e.g. databases and blob stores) and APIs (e.g. machine learning, pub&#x2F;sub, load balancing) of the cloud platform you are running on.<p>Kubernetes already does a great job abstracting the compute infrastructure and networking topology you have on the cloud provider away. There&#x27;s a lot of work going on in the Kubernetes Service Catalog[1] to make it even more platform-agnostic. With Service Catalog, you will be able to say &quot;I want a Redis instance&quot; and your underlying infrastructure will be able to provide you a Redis instance, you will no longer worry about integrating to GCP, Azure, AWS separately. Service Catalog sounds a lot promising as a step towards eliminating vendor lock-in. That said, it is still a work-in-progress.<p>Note that none of this offer a migration path for your existing databases etc. But I am seeing that many businesses are able to migrate their compute workloads between platforms and on-prem to the cloud a lot easier compared to the pre-Kubernetes era.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;kubernetes-incubator&#x2F;service-catalog" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kubernetes-incubator&#x2F;service-catalog</a>
评论 #15004976 未加载