Skip to the content.

Chaos Mesh Helm repository

Add Chaos Mesh repository to Helm repos:

helm repo add chaos-mesh https://charts.chaos-mesh.org

Search available version:

helm search repo chaos-mesh

Install Chaos Mesh

helm install chaos-mesh/chaos-mesh --name=chaos-mesh --namespace=chaos-testing
kubectl create ns chaos-testing
helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-testing

For more details on installing Chaos Mesh please see the chart readme.