Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 614 Bytes

File metadata and controls

32 lines (26 loc) · 614 Bytes

Chaos Mesh

Reference

See installaion guide on Minikube
https://chaos-mesh.org/docs/quick-start/

Installation

curl -sSL https://mirrors.chaos-mesh.org/v2.4.2/install.sh | bash
kubectl get pod -n chaos-testing

Expose Chaos Dashboard

kubectl apply -f chaos-mesh-namespace.yaml
kubectl apply -f chaos-mesh-ingress.yaml

Apply experiment file (sample)

kubectl apply -f experiments/network-delay.yaml

Check status

kubectl get schedule -n chaos-testing

Delete experiment file (sample)

kubectl delete -f experiments/network-delay.yaml