Amazon EKS has increased the Horizontal Pod Autoscaler (HPA) sync concurrency on Provisioned Control Plane clusters to up to 40 times the default Kubernetes value. This enhancement allows the control plane to evaluate multiple HPA objects in parallel, significantly reducing the time required to scale workloads in response to demand. The update targets clusters running hundreds or thousands of HPA objects, ensuring quicker responsiveness to load changes.
- HPA sync concurrency is now up to 40x the default Kubernetes limit on EKS Provisioned Control Planes.
- Parallel evaluation of HPA objects reduces scaling latency for high-demand workloads.
- Beneficial for clusters managing hundreds or thousands of HPA objects simultaneously.
- Improves responsiveness to traffic spikes without manual intervention.