Kube-bench
- Kube-bench is an open-source tool that checks the security compliance of Kubernetes clusters against the CIS Kubernetes Benchmark.
- It automates the process of auditing Kubernetes configurations to ensure they follow best practices for security.
- Run a security compliance check for a Kubernetes cluster:
kube-bench --config <config_file> - Perform a specific check for the Kubernetes master node:
kube-bench master
