All updates
k8s: Kubernetes v1.34: Pod Level Resources Graduated to Beta
Sep 22, 2025
Kubernetes v1.34 graduates Pod Level Resources to Beta and enables it by default. The feature lets you declare CPU, memory and hugepages for an entire Pod (in addition to per-container settings), with pod-level requests used for scheduling and pod-level limits acting as an absolute runtime cap; it improves intra-pod sharing and QoS handling but has several platform and feature limitations.
- Source: Kubernetes Official Blog