In correlation with the end of life (EOL) for MKE 3.3.x, maintenance of this documentation set was discontinued as of 2022-MAY-27. Click here for the latest MKE 3.x version documentation.
Use Pod Security Policies¶
Pod Security Policies (PSPs) are default-enabled cluster-level resources.
There are two default PSPs in MKE: a privileged
policy and an
unprivileged
policy. Administrators of the cluster can enforce additional
policies and apply them to users and teams for further control of what runs in
the Kubernetes cluster. This topic describes the two default policies and
provides two example use cases for custom policies.