Kubernetes v1.33 introduces a new alpha feature, Configurable Tolerance for Horizontal Pod Autoscaling (HPA), allowing users to fine-tune tolerance settings for replica scaling based on resource utilization. By adjusting the scaleUp and scaleDown tolerances, users can better manage large deployments, reduce unwanted scaling actions, and optimize resource usage in response to CPU fluctuations. This feature can be enabled through the HPAConfigurableTolerance feature gate.
Sort: