You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application secrets management (and encrypting them in etcd at rest) | https://kubernetes.io/docs/concepts/configuration/secret/ <br> https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/
169
169
Pod Security Policies | https://kubernetes.io/docs/concepts/policy/pod-security-policy/
170
170
Quality of Service (and Cluster resource management) | https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/
@@ -178,10 +178,10 @@ TLS For Kubernetes Ingress | https://kubernetes.io/docs/concepts/services-networ
@@ -199,6 +199,7 @@ Area of Concern for Containers | Recommendation |
199
199
Container Vulnerability Scanning and OS Dependency Security | As part of an image build step, you should scan your containers for known vulnerabilities.
200
200
Image Signing and Enforcement | Sign container images to maintain a system of trust for the content of your containers.
201
201
Disallow privileged users | When constructing containers, consult your documentation for how to create users inside of the containers that have the least level of operating system privilege necessary in order to carry out the goal of the container.
202
+
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provider stronger isolation
202
203
-->
203
204
## 容器
204
205
@@ -209,7 +210,7 @@ Disallow privileged users | When constructing containers, consult your documenta
0 commit comments