Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 608 Bytes

File metadata and controls

26 lines (21 loc) · 608 Bytes

Debugging K8s Chaos Tests

This deployment is used to debug various ChaosMesh with Kind

Install DevBox and run your environment

devbox run up

Overview the services

devbox shell
k9s

Apply experiments (inside devbox shell)

If you running it from any other shell or using Go don't forget to apply kubectl config set-context kind-cm-playground before!

kubectl apply -f manifests/latency.yaml

Debug ChaosMesh using k9s, check daemon logs.

Remove the environment

devbox run down