# 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 in your project root: # 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 <