Quiz
Daily Quiz โ 5 questions
Question 1 of 5
What is a major risk of using the 'Fleet Approach' (Node-level optimization only) without Quotas?
Question 2 of 5
Which policy acts as a 'budget' for an entire namespace?
Question 3 of 5
In a GitOps workflow, where should ResourceQuotas be managed?
Question 4 of 5
According to the post, what is a safe Limit-to-Request ratio for CPU?
Question 5 of 5
How does a LimitRange improve the developer experience for 'lazy' deployments?
correct answers
Flashcards
Flashcards
1 / 5
Question
Why should memory requests be closer to the observed maximum usage than CPU requests?
Click to reveal answer
Answer
Because memory is not compressible; if a container exceeds its limit, it is OOMKilled rather than throttled.
Click to flip back