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 7934b37 commit c43a7e4
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 @@ -397,7 +397,8 @@ For more information on security context for Pods, refer to the documentation at
We strongly recommend that all your containers should adhere to the principle of least privilege, since your security risk is heavily influenced by the capabilities, role bindings, and privileges given to containers. Each container should only have the minimum privileges and capabilities that allows it to perform its intended function.
**Utilize Pod Security Standards and the Built-in Pod Security Admission Controller to enforce container privilege levels**
#### 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:

Expand Down

0 comments on commit c43a7e4

Please sign in to comment.