Gzchaos -
gzchaos experiment run --safety-config safety.yaml
: Disabling forward/backward movement, inverting controls, or taking away the ability to jump. gzchaos
name: tuesday-stress cron: "0 14 * * 2" # Tuesday 2 PM timezone: UTC experiments: - type: latency target: service/payment duration: 5m value: 300ms - type: pod-kill target: deployment/checkout probability: 0.2 max-concurrent: 1 rollback_on_failure: true notifications: slack: "#chaos-alerts" gzchaos experiment run --safety-config safety
gzchaos status --experiment-id <id>
:
gzchaos experiment list gzchaos experiment logs --id <id> gzchaos schedule pause --name weekly-chaos gzchaos schedule resume gzchaos validate --file experiment.yaml gzchaos completion bash # generate shell completion gzchaos