- Home
- All questions
- Question 175
CKA study material · question 175 of 1000
A container specifies a memory limit but no memory request, and no default is applied. What request does it get?
Show the answer
Answer: A. A request equal to the limit
Kubernetes copies the limit into the request when no request is given and no default applies.
Source: Resource Management for Pods and Containers (Kubernetes) — Requests and limits