// the find
kubecube-io/KubeCube
KubeCube is an open source enterprise-level container platform
KubeCube is a multi-tenant Kubernetes management platform aimed at enterprises that want a self-hosted alternative to commercial offerings like Rancher or KubeSphere. It layers a tenant/project/namespace hierarchy on top of Kubernetes RBAC, provides a unified API proxy across multiple clusters, and ships a web dashboard. The target audience is platform teams at mid-size companies already running Kubernetes who need tenant isolation without buying a managed control plane.
The three-level tenant model (tenant → project → space) maps cleanly to how enterprise IT actually divides resources — most platforms either over- or under-engineer this. The Warden agent design is solid: it deploys into each business cluster independently, so the control plane going down doesn't break workload auth. HotPlug for optional components without service restarts is a genuinely useful operational property. The CRD-based approach means the entire tenant/quota/cluster state is declarative and can be managed with standard Kubernetes tooling.
Last commit was January 2024 — the project looks effectively abandoned, which is a serious adoption risk for anything you'd put production workloads on. The primary community contact is a WeChat QR code, not a public issue tracker or Slack, which signals the intended audience is Chinese enterprise customers rather than the broader cloud-native community. Star count (523) is very low for the problem space given that Rancher, KubeSphere, and Loft all cover the same ground with larger ecosystems and active development. Documentation is thin on operational specifics — failure modes, upgrade paths, and disaster recovery are not addressed.