# Kuma — Multi-Zone Service Mesh Built on Envoy > A CNCF service mesh that provides connectivity, observability, and security for containers, Kubernetes, and VMs across multiple zones. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # Kuma — Multi-Zone Service Mesh Built on Envoy ## Quick Use ```bash # Install Kuma on Kubernetes kumactl install control-plane | kubectl apply -f - # Enable sidecar injection for a namespace kubectl label namespace default kuma.io/sidecar-injection=enabled # Apply a traffic permission policy cat <