Jay Taylor's notes

back to listing index

neuvector/kubernetes-cis-benchmark

[web search]
Original source (github.com)
Tags: security kubernetes github.com
Clipped on: 2018-04-05
A set of scripts inspired by CIS Kubernetes Benchmark that checks best-practices of Kubernetes installations
Shell

README.md

CIS Kubernetes Benchmark

This set of scripts can be used to check the Kubernetes installation against the best-practices. CIS Kubernetes Benchmark 1.6 and 1.8 are implemented.

These scripts are devided into the set to run on the Kubernetes master nodes, worker nodes and federation nodes.

For the Kubernetes version 1.8, you can use CIS Kubernetes Benchmark 1.8.

On the Kubernetes 1.8 master nodes,

$ ./master.sh 1.8

On the Kubernetes 1.8 worker nodes,

$ ./worker.sh 1.8

On the Kubernetes 1.8 federation nodes,

$ ./federation.sh 1.8 


For the Kubernetes version other than 1.8, you can use CIS Kubernetes Benchmark 1.6.

On the Kubernetes 1.6 master nodes,

$ ./master.sh 1.6


On the Kubernetes 1.6 worker nodes,

$ ./worker.sh 1.6


On the Kubernetes 1.6 federation nodes,

$ ./federation.sh 1.6

Press h to open a hovercard with more details.