Get started on kind
This document describes how to deploy Chaos Mesh in Kubernetes on your laptop (Linux or macOS) using kind.
#
PrerequisitesBefore deployment, make sure Docker is installed and running on your local machine.
#
Install Chaos Meshinstall.sh
is an automation shell script that helps you install dependencies such as kubectl
, helm
, kind
, and kubernetes
, and deploy Chaos Mesh itself.
After executing the above command, you need to verify if the Chaos Mesh is installed correctly.
You also can use helm to install Chaos Mesh manually.
#
Verify your installationVerify if Chaos Mesh is running
Expected output:
#
Run Chaos experimentNow that you have deployed Chaos Mesh in your environment, it's time to use it for your chaos experiments. Follow the steps in Run chaos experiment to run a Chaos experiment and then observe it on Chaos Mesh Dashboard.
#
UninstallationIn addition, you also can uninstall Chaos Mesh by deleting the namespace directly.