Skip to content

Commit

Permalink
Update cheatsheets/Kubernetes_Security_Cheat_Sheet.md
Browse files Browse the repository at this point in the history
Co-authored-by: mackowski <35339942+mackowski@users.noreply.github.com>
  • Loading branch information
szh and mackowski committed Aug 29, 2024
1 parent 9286ee0 commit 7934b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cheatsheets/Kubernetes_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ Cluster administrators should properly organize and and enforce policy on cluste

If more granular policy enforcement is required beyond the three profiles (Privileged, Baseline, Restricted), Third party admission controllers like OPA Gatekeeper or Kyverno, or built in Validating Admission Policy can be utilized.

**Use Pod security policies to control the security-related attributes of pods, which includes container privilege levels.**
#### Use Pod security policies to control the security-related attributes of pods, which includes container privilege levels.


> **Warning**
> Kubernetes deprecated Pod Security Policies in favor of Pod Security Standards and the Pod Security Admission Controller, and was removed from Kubernetes in v1.25. Consider using Pod Security Standards and the Pod Security Admission Controller instead.
Expand Down

0 comments on commit 7934b37

Please sign in to comment.