The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Liz Rice 7d091c5eba
Minor format change
7 years ago
cfg Initial commit 7 years ago
check Initial commit 7 years ago
cmd Initial commit 7 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Minor format change 7 years ago
install.sh Initial commit 7 years ago
main.go Initial commit 7 years ago

README.md

kubernetes-bench-security

The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes 1.6 Benchmark v1.0.0.

Tests are configured with YAML files, making this tool easy to update as test specifications evolve.

Installation

Install by cloning this repository and running

make install

This builds the application and also copies the test configuration files into a .cis_kubernetes directory in your home directory.