OpsCanary
kubernetesautoscalingPractitioner

Kubernetes v1.37: Mastering the New Features for Resilience and Efficiency

5 min read Kubernetes BlogAug 26, 2026Reviewed for accuracy
Share
PractitionerHands-on experience recommended

Kubernetes v1.37 is a game changer for managing resource efficiency and resilience in your clusters. With the ability for HorizontalPodAutoscalers to scale down to zero Pods when idle, you can significantly reduce costs without sacrificing performance. This feature is crucial for workloads that experience fluctuating demand, allowing you to maintain a lean infrastructure.

The update also includes the graduation of KYAML to Stable, a safer and less ambiguous subset of YAML tailored for Kubernetes. This ensures that your configurations are clearer and less prone to errors. Additionally, the manifest-based admission control configuration allows you to load admission webhooks and CEL-based policies directly from manifest files, streamlining your deployment processes. On the operational side, Kubernetes v1.37 has improved the resilience of the API server during startup and recovery, effectively managing requests to etcd without causing traffic spikes. The kube-apiserver now handles requests gracefully, rejecting excessive ones with HTTP 429 responses, which is vital for maintaining cluster stability.

In production, you need to be aware of some caveats. For instance, while scaling to zero is a powerful feature, it doesn't support scaling based on CPU and memory metrics since those rely on active Pods. Also, if you're using SELinux, be cautious as a mount can only carry one SELinux context. Pods with different SELinux labels sharing a volume may fail to start, which could lead to unexpected downtime. Remember, clusters without SELinux enabled will not see any effect from these changes, so assess your environment carefully before implementing these features.

Key takeaways

  • Leverage HorizontalPodAutoscaler to scale down to zero Pods when idle, optimizing resource usage.
  • Utilize KYAML for clearer and less error-prone configurations in your Kubernetes manifests.
  • Implement manifest-based admission control for streamlined policy management.
  • Monitor SELinux contexts carefully to avoid Pod startup failures.
  • Understand that scaling to zero based on CPU and memory metrics is not supported.

Why it matters

These updates can lead to significant cost savings and improved cluster performance by optimizing resource allocation and enhancing API server resilience during high-demand scenarios.

When NOT to use this

Scaling to zero based on CPU and memory metrics is not supported because those metrics depend on active Pods. The official docs don't call out specific anti-patterns here. Use your judgment based on your scale and requirements.

Want the complete reference?

Read official docs

Test what you just learned

Quiz questions written from this article

Take the quiz →
Linux FoundationSponsor

Industry-standard certifications built by the people behind Linux and Kubernetes. Earn the CKA — the gold standard Kubernetes administrator cert. OpsCanary readers get 30% off year-round with code OPSCANARY3.

Get CKA certified →

Get the daily digest

One email. 5 articles. Every morning.

No spam. Unsubscribe anytime.