- Home
- All questions
- Question 700
CKA study material · question 700 of 1000
A RuntimeClass declares an overhead of 120Mi memory, and a Pod using it requests 256Mi across its containers. How much memory does the scheduler require on the node?
Show the answer
Answer: B. 376Mi
Pod overhead is added to the sum of the container requests when the scheduler decides whether the Pod fits, and it also counts toward resource quota and Pod cgroup sizing.
Source: Pod Overhead (Kubernetes) — Pod Overhead (overview)