From 029196095cfaf06f4efbfae4179b76495ab18bc2 Mon Sep 17 00:00:00 2001 From: radhikapc Date: Tue, 5 Dec 2017 15:03:34 -0600 Subject: [PATCH] add glossary term for pod security policy --- _data/glossary/pod-security-policy.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/glossary/pod-security-policy.yaml diff --git a/_data/glossary/pod-security-policy.yaml b/_data/glossary/pod-security-policy.yaml new file mode 100644 index 0000000000..23b03543fc --- /dev/null +++ b/_data/glossary/pod-security-policy.yaml @@ -0,0 +1,16 @@ +id: pod-security-policy +name: Pod +full-link: /docs/concepts/policy/pod-security-policy/ +related: +- container +- sidecar +- deployment +- statefulset +- security +tags: +- core-object +- fundamental +short-description: > + Pod Security Policies enable fine-grained authorization of {% glossary_tooltip term_id="pod" %} creation and updates. +long-description: > + A Pod Security Policy is a cluster-level resource that controls security sensitive aspects of the Pod specification. The `PodSecurityPolicy` objects define a set of conditions that a Pod must run with in order to be accepted into the system, as well as defaults for the related fields. Pod Security Policy control is implemented as an optional admission controller.