Gzchaos May 2026
gzchaos revert --experiment-id <id> | Fault Type | Example Use | Key Parameters | |------------|--------------|----------------| | Latency | Simulate slow downstream DB | --latency 500ms --jitter 50ms | | Error injection | Test HTTP 500 / gRPC UNAVAILABLE | --error-code 500 --rate 0.3 | | Pod kill | Test controller rescheduling | --grace-period 0 --restart-policy never | | CPU stress | Trigger HPA scale‑up | --cores 2 --duration 60s | | Disk pressure | Simulate full tmpfs | --fill-mb 1024 --path /scratch | | DNS failure | Test fallback IP / cache | --domain api.example.com --nxdomain | 6. Safety & Guardrails Enable safeguards via config or flags:
gzchaos experiment run --safety-config safety.yaml safety.yaml example: gzchaos
gzchaos status --experiment-id <id> Rollback immediately: gzchaos revert --experiment-id <id> | Fault Type |