From the course: Kubernetes and Cloud Native Security Associate (KCSA) Cert Prep
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Pod security admissions
From the course: Kubernetes and Cloud Native Security Associate (KCSA) Cert Prep
Pod security admissions
Now with the pod security standards, we can define different isolation levels for these pods and these standards to let you define how you want to restrict the behavior of your pods in a clear, consistent fashion. Kubernetes offers a built-in security and mission controller to enforce the pod security standards, and pod security restrictions are applied at the namespace level when the pods are created. Okay, so essentially when we're thinking about pod security admissions, they allow you to set and define which of the predefined pod security standard levels you want to use for a particular namespace. Okay. So this is actually the, I'll call the implementation phase of your pod security standards.