Kube-bench
Introduced in v3
Kube-bench is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes Benchmark.
Functionalities
提示
See Kube-bench API Reference for more details.
- Get Kube-bench result (
GET /api/v1/kubebench/get
) - List all Kube-bench scans, fetched from database (
GET /api/v1/kubebench/list
) - Delete a Kube-bench scan (
POST /api/v1/kubebench/delete
) - Execute new Kube-bench scan (
GET /api/v1/kubebench/new
)