Skip to content

A set of scripts inspired by CIS Kubernetes Benchmark that checks best-practices of Kubernetes installations

License

Notifications You must be signed in to change notification settings

kubernetes-tn/kubernetes-cis-benchmark

 
 

Repository files navigation

CIS Kubernetes Benchmark

CIS Kubernetes Benchmark output

This set of scripts can be used to check the Kubernetes installation against the best-practices.

Supported CIS Kubernetes versions

CIS Kubernetes Benchmark Version Kubernetes versions
1.0.0 1.6
1.2.0 1.8
1.5.1 1.15+

Running the benchmark checks

On the Kubernetes master nodes,

$ ./master.sh <CIS_Version>

On the Kubernetes worker nodes,

$ ./worker.sh <CIS_Version>

On the Kubernetes federation nodes,

$ ./federation.sh <CIS_Version>

About

A set of scripts inspired by CIS Kubernetes Benchmark that checks best-practices of Kubernetes installations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%