- Home
- All questions
- Question 624
CKA study material · question 624 of 1000
A user is added to the Pod Security exemption list by username, but their Deployment's Pods are still rejected. Why?
Show the answer
Answer: C. The Pods are created by the controller, not by that user
Exempting a user only covers Pods they create directly; a controller creating Pods on their behalf is the requesting identity, so the exemption does not apply.
Source: Pod Security Admission (Kubernetes) — Exemptions