Dev48
Language
  • About
  • Services
  • Industries
  • Technologies
  • Articles
  • Contacts
Book a call
    Home/Articles/Kubernetes v137 pod level resource managers graduated to beta
Dev48

© 2026 · All rights reserved.

Kubernetes v1.37: Pod-Level Resource Managers graduated to Beta

Фото: ivabalk (Pixabay) — https://pixabay.com/photos/fish-beta-aquarium-fighter-8673535/

Kubernetes v1.37: Pod-Level Resource Managers graduated to Beta

Source: Kubernetes

With the relea e of Kubernete v1.37, the Pod-Level Re ource Manager feature ha graduated to Beta tatu (di abled by default)! Fir t introduced a an Alpha feature in Kubernete v1.36 , thi enhancement build on Pod-Level Re ource by equipping Kubelet' Topology Manager, CPU Manager, and Mem…

September 25, 2026

With the release of Kubernetes v1.37, the Pod-Level Resource Managers feature has graduated to Beta status (disabled by default)!

First introduced as an Alpha feature in Kubernetes v1.36, this enhancement builds on Pod-Level Resources by equipping Kubelet's Topology Manager, CPU Manager, and Memory Manager to use Pod-level resource declarations (.spec.resources) directly when making hardware placement decisions.

Bringing pod-level resources to node managers

Before this feature, obtaining exclusive NUMA-aligned CPU cores or memory for latency-critical applications forced cluster operators into an all-or-nothing choice: assign integer resource requests to every container in the Pod, or forfeit exclusive NUMA alignment entirely. For modern workloads running lightweight sidecars (such as logging agents or telemetry exporters), allocating dedicated physical cores to auxiliary containers was wasteful.

Pod-Level Resource Managers solves this challenge by enabling hybrid allocation models. The Kubelet can reserve exclusive NUMA-aligned resources for primary application containers while placing non-Guaranteed sidecars into a pod-isolated shared pool. This ensures primary workloads get unthrottled, NUMA-local performance while sidecars benefit from running in a pod-isolated shared pool, enjoying local NUMA alignment and protection from external node interference without consuming dedicated physical cores.

What's new in Beta

Graduating to Beta brings key operational and API enhancements:

  • Graduation to Beta: Controlled by the PodLevelResourceManagers feature gate, available to opt in (disabled by default) in Kubernetes v1.37.
  • PodResources API Reporting: The v1 PodResources gRPC service (PodResourcesLister) introduces top-level cpu_ids and memory fields on PodResources responses. Monitoring tools and device plugins can query pod-level exclusive assignments directly without double-counting container allocations.

Getting started and providing feedback

For a deep dive into the technical details and configuration of this feature, check out the official documentation:

  • Pod-level resource managers
  • Pod-level resource managers reference

To follow a step-by-step tutorial on configuring and deploying workloads:

  • Use pod-level resources with Kubelet resource managers

To learn more about how to assign resources to pods:

  • Assign Pod-level CPU and memory resources

As this feature moves through Beta toward GA, your feedback is invaluable. Please report any issues or share your experiences via the standard Kubernetes communication channels:

  • Slack: #sig-node
  • Mailing list
  • Open Community Issues/PRs
← All articles

More in Cloud & Infrastructure

All →
A new skill finds AI agent risks, fixes them, and proves the fix worked
Microsoft

A new skill finds AI agent risks, fixes them, and proves the fix worked

We’re building Copilot as a new OS for work that spans every model, every form factor, and every task. Today, we’re announcing our biggest update to Copilot to date, bringing four things together [Read more]
Microsoft

We’re building Copilot as a new OS for work that spans every model, every form factor, and every task. Today, we’re announcing our biggest update to Copilot to date, bringing four things together [Read more]

Introducing the new Copilot with Home, Code and Autopilot
Microsoft

Introducing the new Copilot with Home, Code and Autopilot

Microsoft packages business AI in single app as it tries to compete with AnthropicПресса
Microsoft

Microsoft packages business AI in single app as it tries to compete with Anthropic

Intelligent document processing that thinks beyond templates: Powered by AWS Agentic AI
HCLTech

Intelligent document processing that thinks beyond templates: Powered by AWS Agentic AI

Medical Semiconductor Engineering Services
HCLTech

Medical Semiconductor Engineering Services

More from Kubernetes

Spotlight on SIG Apps
Kubernetes

Spotlight on SIG Apps

Kubernetes v1.37: Tracking When a PersistentVolumeClaim Was Last Used (Beta)
Kubernetes

Kubernetes v1.37: Tracking When a PersistentVolumeClaim Was Last Used (Beta)

Kubernetes v1.37: Hardening Container Storage with Bind Mount Options and EmptyDir Permissions
Kubernetes

Kubernetes v1.37: Hardening Container Storage with Bind Mount Options and EmptyDir Permissions

Kubernetes Changed Block Tracking API - Beta Differences
Kubernetes

Kubernetes Changed Block Tracking API - Beta Differences