From 2b7319622ab3082e719929dc87c5510d09895030 Mon Sep 17 00:00:00 2001 From: Dom Goodwin Date: Wed, 11 May 2022 21:00:32 +0000 Subject: [PATCH] Add references to pod security policies and admission controller --- .../enforce-standards-namespace-labels.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md b/content/en/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md index 121f9b15e7..b96befaf2f 100644 --- a/content/en/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md +++ b/content/en/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md @@ -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" %}}