#9 · Primary category: AI Cloud Platforms & PaaS

vcluster

cloud-native helm k3s k8s kubectl kubernetes multi-tenancy platform-engineering vcluster virtual-clusters

vCluster creates CNCF-certified tenant clusters with isolated Kubernetes control planes, enabling multi-tenant cloud-native and AI infrastructure at scale.

Project last updated:08/28/26

GitHub Stars

11.3K

Forks

596

Contributors

188

License

Apache-2.0

Why we included this project

Running Kubernetes for many internal teams, or serving AI workloads off a GPU cloud, usually forces an awkward trade-off: give every tenant a full cluster and watch the cost climb, or share namespaces and watch the isolation erode. vCluster sidesteps that by placing each tenant on a virtual cluster with its own API server, custom resources, and RBAC on top of a shared control plane, so anything built for standard Kubernetes keeps working unchanged. Platform and SRE teams use it to hand out self-service, fully isolated environments without standing up separate hardware per customer. GPU cloud operators often run Ray or Slurm jobs on top of it instead of buying a physical cluster per user, and the project is CNCF certified Kubernetes, which makes adoption safe for teams already fluent in kubectl and Helm.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category