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 committed Aug 29, 2024
1 parent 4ae1fd1 commit 8120066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cheatsheets/Kubernetes_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,7 @@ 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 8120066

Please sign in to comment.