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 c43a7e4 commit 4ae1fd1
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 @@ -408,7 +408,8 @@ Pod Security Standards combined with the Pod Security Admission Controller allow

Each of the profiles have defined settings baselines that can be found in more detail [here](https://kubernetes.io/docs/concepts/security/pod-security-standards/#profile-details).

The Pod Security Admission Controller allows you to enforce, audit, or warn upon the violation of a defined policy. `audit` and `warn` modes can be utilized to determine if a particular Pod Security Standard would normally prevent the deployment of a pod when set to `enforce` mode.
The Pod Security Admission Controller allows you to enforce, audit, or warn upon the violation of a defined policy. `audit` and `warn` modes can be utilized to determine if a particular Pod Security Standard would normally prevent the deployment of a pod when set to `enforce` mode.


Below is an example of a namespace that would only allow Pods to be deployed that conform to the restricted Pod Security Standard:

Expand Down

0 comments on commit 4ae1fd1

Please sign in to comment.