kube-bench
CIS Kubernetes Benchmark compliance checker that audits a cluster's configuration against official security best practices.
Overview
kube-bench runs the checks defined in the CIS Kubernetes Benchmark - a widely used, official security configuration standard - against a running cluster, reporting exactly which settings pass or fail and why. It runs as a job inside the cluster it's checking, so it tests the actual live configuration rather than static manifests.
kube-bench is a fit for teams that need to demonstrate or verify Kubernetes configuration compliance against a recognized standard, a distinct, narrower intent than Trivy's broader vulnerability scanning or Kyverno's ongoing policy enforcement (also in this catalog).
- Categories
- Testing
- Languages
- Go
- License
- Apache-2.0
Related Projects
Kubescape
Apache-2.0Kubernetes security posture and compliance scanner that checks clusters against security frameworks and best practices.
- DevOps
Chaos Mesh
Apache-2.0Cloud-native chaos engineering platform for Kubernetes that injects controlled faults - pod, network, I/O, and more - to test how a system actually behaves under failure.
- Testing
Cypress
MITJavaScript end-to-end testing framework built for the modern web with fast, reliable testing.
- Testing
Fortio
Apache-2.0Load testing and network measurement tool built for microservices, reporting detailed latency percentiles under sustained load.
- Testing
Spotted an error? Suggest an edit on GitHub.