Which action would occur if the horizontal pod autosclaer detected higher utilization than expected?
Horizontal pod autoscaler enables customers to determine the minimum or the maximum number of pods to run the CPU and memory utilization the pods should utilize. The HPA automatically scales the workload to match the demand. When there is an increased workload, it deploys more pods. When there is a decrease in the workload, it communicates to the workload resource to scale back down.
Currently there are no comments in this discussion, be the first to comment!