# Capsule — Multi-Tenant Kubernetes Made Easy > Capsule is a Kubernetes operator that implements multi-tenancy by grouping namespaces into isolated Tenants with shared resource quotas, network policies, and RBAC rules, enabling secure self-service for multiple teams on a single cluster. ## Install Save in your project root: # Capsule — Multi-Tenant Kubernetes Made Easy ## Quick Use ```bash # Install Capsule via Helm helm repo add projectcapsule https://projectcapsule.github.io/charts helm install capsule projectcapsule/capsule --namespace capsule-system --create-namespace # Create a Tenant cat <