← Back to events
CoolingTech

Kubernetes v1.37: Scale Workloads to Zero with HorizontalPodAutoscaler

What happened

Kubernetes v1.37 includes API support for horizontal autoscaling of workloads down to zero replicas. This feature is now Beta and enabled by default. A HorizontalPodAutoscaler (HPA) that uses a suitable object metric or external metric can now scale a workload to zero replicas, then bring it back when the metric changes. Before v1.37, you needed an add-on or external component, or you had to enable the Alpha feature…

Summary assembled by rule from the sources below

Why it's spreading

Sources