# kubernetes-cis-benchmark **Repository Path**: qinguoqiang1111/kubernetes-cis-benchmark ## Basic Information - **Project Name**: kubernetes-cis-benchmark - **Description**: 星火计划 k8s基线检测程序 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-30 - **Last Updated**: 2022-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CIS Kubernetes Benchmark ![CIS Kubernetes Benchmark output](https://raw.githubusercontent.com/neuvector/kubernetes-cis-benchmark/master/bench.png "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 ``` On the Kubernetes worker nodes, ``` $ ./worker.sh ``` On the Kubernetes federation nodes, ``` $ ./federation.sh