- Home
- All questions
- Question 614
CKA study material · question 614 of 1000
In what order does the LimitRange admission controller act on a new Pod?
Show the answer
Answer: B. It applies defaults first, then validates against the minimum, maximum and ratio constraints
Defaults are injected before the constraints are checked, which is why a Pod with no requests can still be rejected for violating a minimum after defaulting.
Source: Limit Ranges (Kubernetes) — Constraints on resource limits and requests