All Projects → neuvector → Kubernetes Cis Benchmark

neuvector / Kubernetes Cis Benchmark

Licence: apache-2.0
A set of scripts inspired by CIS Kubernetes Benchmark that checks best-practices of Kubernetes installations

Programming Languages

shell
77523 projects

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
1.6.0 1.16 - 1.18

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>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].