当前位置:网站首页>CIS benchmark tool Kube bench
CIS benchmark tool Kube bench
2022-07-05 23:23:00 【Know the old code】
CIS Benchmarking tools kube-bench Use
CIS Safety benchmark
CIS Official website : https://www.cisecurity.org/
K8S CIS The benchmark : https://www.cisecurity.org/benchmark/kubernetes
CIS Benchmarking tools kube-bench
Project address : https://github.com/aquasecurity/kube-bench
kube-bench Basic use
# see kube-bech Using parameters of
kube-bench --help
Test project configuration file
/etc/kube-bench/cfg/
yes kube-bench Directory of project test configuration files .
test master
kube-apiserver To configure
Reference address : https://kubernetes.io/zh-cn/docs/reference/command-line-tools-reference/kube-apiserver/kube-apiserver
The configuration file :/etc/kubernetes/manifests/kube-apiserver.yaml
# Yes master To test
kube-bench run -s master
# Yes master Test and display only FAIL
kube-bench master|grep FAIL
test node
Kubelet To configure
Reference address : https://kubernetes.io/zh-cn/docs/reference/command-line-tools-reference/kubelet/
Kubelet
The configuration file :/etc/kubernetes/kubelet.conf
# Yes node To test
kube-bench run -s node
test ETCD
# Yes etcd To test
kube-bench run -s etcd
边栏推荐
- C Primer Plus Chapter 9 question 10 binary conversion
- openresty ngx_ Lua regular expression
- (4) UART application design and simulation verification 2 - TX module design (stateless machine)
- Hj16 shopping list
- LabVIEW打开PNG 图像正常而 Photoshop打开得到全黑的图像
- Creative mode 1 - single case mode
- Multi camera stereo calibration
- Use of metadata in golang grpc
- C Primer Plus Chapter 9 question 9 POW function
- TVS管和ESD管的技術指標和選型指南-嘉立創推薦
猜你喜欢
LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
Attacking technology Er - Automation
2:第一章:认识JVM规范1:JVM简介;
Registration of Electrical Engineering (elementary) examination in 2022 and the latest analysis of Electrical Engineering (elementary)
Object detection based on impulse neural network
Marginal probability and conditional probability
Go语言实现原理——Map实现原理
Three.js-01 入门
Basic knowledge of database (interview)
Development specification: interface unified return value format [resend]
随机推荐
Basic knowledge of database (interview)
How to design API return code (error code)?
asp.net弹出层实例
证明 poj 1014 模优化修剪,部分递归 有错误
Getting started stm32--gpio (running lantern) (nanny level)
Marginal probability and conditional probability
Douban scoring applet Part-2
(4)UART应用设计及仿真验证2 —— RX模块设计(无状态机)
Leecode learning notes
poj 2762 Going from u to v or from v to u? (infer whether it is a weak link diagram)
Alibaba Tianchi SQL training camp task4 learning notes
LabVIEW打开PNG 图像正常而 Photoshop打开得到全黑的图像
Three.JS VR看房
LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
openresty ngx_ Lua regular expression
ORB_ SLAM2/3
【经典控制理论】自控实验总结
698. 划分为k个相等的子集 ●●
openresty ngx_ Lua request response
MySQL (2) -- simple query, conditional query