Requests vs. Limits

Difficulty: Intermediate

Question

Explain Resource Requests vs. Resource Limits.

Answer

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).

Concepts covered

CPU, Memory, Scheduling