chaosify-kubernetes
v0.1.1
Published
Deterministic CLI for Kubernetes Continuous Control Verification
Maintainers
Readme
Chaosify
Chaosify is a safe, namespace-scoped execution environment for Kubernetes security verification. It proves whether your Kubernetes guardrails actually work — not just whether they are configured — and serves as the controlled execution sandbox for OpenClaw-driven pentesting.
All execution is confined to a dedicated, RBAC-enforced test namespace. Chaosify structurally cannot touch any other namespace in the cluster.
Installation
Requires Node.js ≥ 22.16.0.
npm install -g chaosifyTo try without installing:
npx chaosify --helpDocs
- Architecture — system design, safety model, and multi-cluster model
- Reference — complete command reference, flags, and exit codes
- Scenarios — full scenario library with control objectives and remediation
- Case Study: Kubernetes Goat — end-to-end run against a deliberately vulnerable cluster
