Skip to content
FindOpenSource

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
Keywords
cis-benchmarkcompliancekubernetes-securityaudit
Languages
Go
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.