- Home
- All questions
- Question 844
CKA study material · question 844 of 1000
A namespace has a quota on ephemeral-storage, but a Pod consuming a great deal of scratch space is admitted anyway. What explains it?
Show the answer
Answer: C. The Pod declares no ephemeral-storage limit, so the quota is not enforced for it
For ephemeral-storage the quota bites only when the Pod also specifies a limit; without one the resource is simply not accounted for that Pod.
Source: Local ephemeral storage (Kubernetes) — Local ephemeral storage (overview)