From 50b7f9ef9ded410023a336f6475ce65343cdda4c Mon Sep 17 00:00:00 2001 From: Shlomo Zalman Heigh Date: Thu, 29 Aug 2024 11:21:59 -0400 Subject: [PATCH] Update cheatsheets/Kubernetes_Security_Cheat_Sheet.md --- cheatsheets/Kubernetes_Security_Cheat_Sheet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cheatsheets/Kubernetes_Security_Cheat_Sheet.md b/cheatsheets/Kubernetes_Security_Cheat_Sheet.md index 64e4dd2e66..077b6a3e37 100644 --- a/cheatsheets/Kubernetes_Security_Cheat_Sheet.md +++ b/cheatsheets/Kubernetes_Security_Cheat_Sheet.md @@ -399,7 +399,6 @@ We strongly recommend that all your containers should adhere to the principle of #### Utilize Pod Security Standards and the Built-in Pod Security Admission Controller to enforce container privilege levels - Pod Security Standards combined with the Pod Security Admission Controller allow cluster administrators to enforce requirements on a pods `securityContext` fields. Three Pod Security Standard profiles exist: - **Privileged**: Unrestricted, allows for known privilege escalations. Intended for use with system and infrastructure level workloads that require privilege to operate properly. All securityContext settings are permitted