Get started on kind
Before deployment, make sure Docker is installed and running on your local machine.
is an automation shell script that helps you install dependencies such as kubectl
, , kind
, and , and deploy Chaos Mesh itself.
You also can use to install Chaos Mesh manually.
Verify if Chaos Mesh is running
kubectl get pod -n chaos-testing
Now that you have deployed Chaos Mesh in your environment, it’s time to use it for your chaos experiments. Follow the steps in to run a Chaos experiment and then observe it on Chaos Mesh Dashboard.
In addition, you also can uninstall Chaos Mesh by deleting the namespace directly.