Study. uk . com
  1. Home
  2. All questions
  3. Question 200

CKA study material · question 200 of 1000

A LimitRange is added to a namespace that already runs Pods breaching it. What happens to those Pods?

  1. They are marked Unschedulable
  2. They are evicted at the next kubelet sync
  3. They continue running unchanged
  4. They are restarted with the new defaults
Show the answer

Answer: C. They continue running unchanged

LimitRange validation happens only at admission, so Pods that already exist carry on untouched.

Source: Limit Ranges (Kubernetes) — Constraints on resource limits and requests

Challenge yourself on this topic → Study as cards