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.

Running Kubernetes at scale, like EKS/AKS/GKE, on any infrastructure

1 pointsby prometherionover 1 year ago

1 comment

prometherionover 1 year ago
I&#x27;m the core maintainer of Kamaji, an Open-Source project which runs Kubernetes Control Planes as Pods in a management cluster.<p>This approach brings several benefits I tried to emphasize in the README file: the core idea is to take full advantage of the Operator pattern and orchestrate, remediate, and save resources and operations in managing +1,000 Control Planes.<p>If you never heard the Hosted Control Plane term, my partner wrote this blog post (<a href="https:&#x2F;&#x2F;clastix.io&#x2F;post&#x2F;the-raise-of-hosted-control-plane-in-kubernetes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;clastix.io&#x2F;post&#x2F;the-raise-of-hosted-control-plane-in...</a>), or you can reference the Red Hat ones about Hypershift which is based on the same principle (pods instead of VMs), as well as with GDCH (Google Distributed Cloud Hosted).<p>Compared to other solutions, such as HyperShift by Red Hat, or k0smotron by Mirantis, Kamaji is offering vanilla clusters, with a strong focus on Day-2 automation: we&#x27;ve adopters using Kamaji offering a public service, as well as others for CI&#x2F;CD&#x2F;dev environments, or embedding it in their infrastructure product.<p>Happy to answer all your questions.