Skip to content

Commit

Permalink
Update cheatsheets/Kubernetes_Security_Cheat_Sheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szh authored Aug 29, 2024
1 parent eb408dd commit 50b7f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cheatsheets/Kubernetes_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50b7f9e

Please sign in to comment.