Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 705 Bytes

File metadata and controls

31 lines (22 loc) · 705 Bytes

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 -

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>