Back to news
cloud Priority 4/5 9/15/2026, 11:05:47 AM

Kubernetes v1.37 Promotes Memory Quality of Service to Beta by Default

Kubernetes v1.37 Promotes Memory Quality of Service to Beta by Default

The promotion of Memory Quality of Service to beta marks a significant milestone in Kubernetes container resource allocation. By leveraging Linux control group version two, the feature provides the operating system kernel with explicit parameters to handle container memory limits and requests more effectively. This integration reduces the likelihood of unpredictable Out-Of-Memory termination events for critical application workloads.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#kubernetes#devops#cloud#official

Comparison

AspectBefore / AlternativeAfter / This
Default StatusDisabled by default (Alpha stage)Enabled by default (Beta stage)
Cgroup RequirementLimited control group version one supportRequires control group version two (cgroup v2) on Linux nodes
Kernel Memory GuidanceCoarse container-level memory limits with basic page cache reclaimGranular kernel guidance using Memory QoS settings like memory.min and memory.low

Action Checklist

  1. Verify that all cluster nodes are running Linux with cgroup v2 enabled Memory QoS requires cgroup v2 and will not function on older cgroup v1 environments
  2. Review existing memory request and limit configurations on critical workloads Ensure your requests represent true baseline usage to prevent premature page reclaiming
  3. Test workloads under memory pressure in a staging v1.37 environment Observe how the kernel behaves during reclamation before promoting to production

Source: Kubernetes Blog

This page summarizes the original source. Check the source for full details.

Related

Kubernetes v1.37 Promotes Metrics API to General Availability
cloud 8/29/2026 Kubernetes Blog
Kubernetes v1.37 Promotes Metrics API to General Availability

インフラや運用設定の変更が事業に直結します。 The Kubernetes Metrics API has graduated to General Availability…

The Kubernetes Metrics API has graduated to General Availability in version 1.37, providing formal…

#kubernetes#devops#cloud