kube-bench is a tool that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes Benchmark.
Tests are configured with YAML files, making this tool easy to update as test specifications evolve.
本项目对开源的kube-bench做了汉化,方便日常工作处理。对于扫描结果的汉化,是通过编写python脚本调用chat-gpt 3.5的API对配置文件内容做了英译中,然后替换了对应的text和remediation字段内容。
- 命令参数注释汉化
- 扫描结果汉化
以下是命令参数的注释汉化效果图:
扫描结果汉化效果图: