Difficulty: Intermediate
Explain Resource Requests vs. Resource Limits.
Requests are the minimum resources guaranteed to a container (used for scheduling). Limits are the maximum resources a container can consume before being throttled (CPU) or killed (Memory).
CPU, Memory, Scheduling