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.

Ask HN: Kubernetes as a service?

3 pointsby pavelevstover 7 years ago
What services provide Kubernetes cluster as a service, where users can run apps without thinking about servers? (Unlike GCE where need to rent VMs and use it for managed kubernetes)

3 comments

alpbover 7 years ago
Current hosted Kubernetes-as-a-service models like Google Container Engine (<a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;container-engine" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;container-engine</a>) still make the VMs available to you. Other options in the market are very similar to this, and don&#x27;t provide what you&#x27;re asking.<p>But I think if you consider that<p><pre><code> * you never bother provisioning of these VMs * Container Engine autoscales VMs for you * Container Engine updates the OS and the Kubernetes versions for you automatically * you never need to SSH into the VMs </code></pre> you can pretty much think &quot;there are no VMs&quot; even though there are. There&#x27;s features out there that do VM autoscaling, so when you&#x27;re not using your cluster fully (i.e have empty nodes laying around), Container Engine will delete some of the empty VMs and shift workloads to the rest of the VMs.<p>I&#x27;d say give it a try.
FBISurveillanceover 7 years ago
It feels to me that you might be looking for something like Firebase, Zeit Now, TJ&#x27;s up, or even Graphcool, depending on your needs.<p>With Kubernetes, even on hosted services like GKE or semi-managed like Tectonic you will be paying premium.<p>Either way when you&#x27;re large enough (e.g. 100+ nodes), you need to think about your VMs: i.e. default sysctl settings and similar are not one size fits all.
hjgracaover 7 years ago
Azure Container Service (AKS) <a href="https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;azure&#x2F;aks&#x2F;intro-kubernetes" rel="nofollow">https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;azure&#x2F;aks&#x2F;intro-kubernetes</a> and it&#x27;s free, you only pay for the used resources ie VMs