Merge pull request #33622 from domgoodwin/main
Add references to pod security levels and admission controllerpull/33652/head
commit
f105223c72
|
@ -7,7 +7,11 @@ content_type: task
|
|||
min-kubernetes-server-version: v1.22
|
||||
---
|
||||
|
||||
Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards).
|
||||
Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards). The three policies
|
||||
[privileged](/docs/concepts/security/pod-security-standards/#privileged), [baseline](/docs/concepts/security/pod-security-standards/#baseline)
|
||||
and [restricted](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted) broadly cover the security spectrum
|
||||
and are implemented by the [Pod Security](/docs/concepts/security/pod-security-admission/) {{< glossary_tooltip
|
||||
text="admission controller" term_id="admission-controller" >}}.
|
||||
|
||||
## {{% heading "prerequisites" %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue