Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. A request equal to the limit
  2. A request of zero
  3. No request at all
  4. The namespace's average request
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

Challenge yourself on this topic → Study as cards