← 返回事件
降温中科技

Kubernetes v1.37: Scale Workloads to Zero with HorizontalPodAutoscaler

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源