Skip to content

Commit 9afb531

Browse files
authored
Merge pull request #26458 from pierrchen/runtimeclass
security: add container runtime class as an option to provider extra container security
2 parents 632bd32 + 9a3347c commit 9afb531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/concepts/security/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Area of Concern for Containers | Recommendation |
120120
Container Vulnerability Scanning and OS Dependency Security | As part of an image build step, you should scan your containers for known vulnerabilities.
121121
Image Signing and Enforcement | Sign container images to maintain a system of trust for the content of your containers.
122122
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.
123+
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provider stronger isolation
123124

124125
## Code
125126

@@ -152,3 +153,4 @@ Learn about related Kubernetes security topics:
152153
* [Data encryption in transit](/docs/tasks/tls/managing-tls-in-a-cluster/) for the control plane
153154
* [Data encryption at rest](/docs/tasks/administer-cluster/encrypt-data/)
154155
* [Secrets in Kubernetes](/docs/concepts/configuration/secret/)
156+
* [Runtime class](/docs/concepts/containers/runtime-class)

0 commit comments

Comments
 (0)