Defining Default Limits and Requests with Limitrange
Learn how we can use Limitrange to define limits and requests.
We'll cover the following...
Differences between memory and CPU limits
There is a difference in what happens to a container when it reaches its limit for CPU and memory usage. CPU is a compressible resource, which means Kubernetes can just stop giving that specific container CPU ...