当前位置:网站首页>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
边栏推荐
- VS2010 writes DLL and unit test of dynamic link library, and transfers the correctness of DLL test
- February 13, 2022-4-symmetric binary tree
- Element positioning of Web Automation
- Hainan Nuanshen tea recruits warmhearted people: recruitment of the product experience recommender of Nuanshen multi bubble honey orchid single cluster
- asp.net弹出层实例
- Douban scoring applet Part-2
- UVA – 11637 Garbage Remembering Exam (组合+可能性)
- Data analysis - Thinking foreshadowing
- White hat talks about web security after reading 2
- LeetCode——Add Binary
猜你喜欢
Go language implementation principle -- map implementation principle
Week 17 homework
98. 验证二叉搜索树 ●●
Brushless drive design -- on MOS drive circuit
Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d
数据库基础知识(面试)
Scala concurrent programming (II) akka
TVS管 与 稳压二极管参数对比
The method and principle of viewing the last modification time of the web page
Basic knowledge of database (interview)
随机推荐
Multi camera stereo calibration
poj 2762 Going from u to v or from v to u? (推断它是否是一个薄弱环节图)
(4)UART应用设计及仿真验证2 —— TX模块设计(无状态机)
Go language implementation principle -- lock implementation principle
UVA – 11637 Garbage Remembering Exam (组合+可能性)
Design and implementation of secsha system
424. 替换后的最长重复字符 ●●
Go语言实现原理——Map实现原理
Composition of interface
Non rigid / flexible point cloud ICP registration
C# Linq Demo
Use the rewrite rule to rewrite all accesses to the a domain name to the B domain name
两数之和、三数之和(排序+双指针)
2022 registration examination for safety management personnel of hazardous chemical business units and simulated reexamination examination for safety management personnel of hazardous chemical busines
February 13, 2022 -5- maximum depth of binary tree
CJ mccullem autograph: to dear Portland
Realize reverse proxy client IP transparent transmission
【经典控制理论】自控实验总结
poj 2762 Going from u to v or from v to u? (infer whether it is a weak link diagram)
Selenium+Pytest自动化测试框架实战