-
Book Overview & Buying
-
Table Of Contents
Kubernetes Autoscaling
By :
When working with Kubernetes, there are two primary categories of scaling that require attention, as alluded to earlier. The first category pertains to the application workloads, represented by pods, while the second category involves the underlying infrastructure of the data plane, specifically the nodes. This distinction is crucial because each category requires different approaches and tools for effective autoscaling.
The first step in your Kubernetes efficiency journey focuses on application workloads, specifically the pods that run your applications. This is a critical starting point because it directly impacts how efficiently your cluster utilizes resources and responds to changing demands. Central to this optimization is setting appropriate resource requests for your pods. This is crucial because the kube-scheduler uses these requests to make decisions about pod placement. If requests are set too high, you may waste resources...
Change the font size
Change margin width
Change background colour