Tag: CIS Kubernetes Benchmark
-

kube-bench: Checks Kubernetes security best practices as defined in the CIS Kubernetes Benchmark
kube-bench kube-bench is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes Benchmark. Tests are configured with YAML files, making this tool easy to update as test specifications evolve. Please Note kube-bench implements the CIS Kubernetes Benchmark as closely as possible. Please raise issues here if it…