# Chaos Mesh — Cloud-Native Chaos Engineering for Kubernetes > CNCF chaos-engineering platform that injects pod, network, IO, DNS, and kernel faults into Kubernetes clusters via CRDs. ## Install Save as a script file and run: # Chaos Mesh — Cloud-Native Chaos Engineering for Kubernetes ## Quick Use ```bash # Install via Helm helm repo add chaos-mesh https://charts.chaos-mesh.org helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-mesh --create-namespace --version 2.6.3 # Inject 2 minutes of 500 ms latency into the `web` service kubectl apply -f - <