In Chapter 10 we introduced a resource consumption model based on requests and limits, using which resources (CPU and memory) are allocated to a pod’s containers.
Problem
Although we discussed allocating resources to a pod’s containers, we did not take some other factors into consideration. The resource requirements vary from one development team to another. If one development team were to use all or most of the resources on a node, another team would not be able to run any application on the same node. Second, the resource requirements vary across the different phases ...