As we have seen, even though defining the container’s request will help with the scheduling of pods, it will not limit how much memory or CPU a container can use. Our busybox container was, in fact, using double the amount of CPU it requested.
We can use the limits property to define hard limits for these resources: