You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2025-09-22-pod-level-resources.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
layout: blog
3
3
title: "Kubernetes v1.34: Pod Level Resources Graduated to Beta"
4
-
date: 2025-xx-xx
5
-
draft: true
4
+
date: 2025-09-22T10:30:00-08:00
6
5
slug: kubernetes-v1-34-pod-level-resources
7
6
author: Dixita Narang (Google)
8
7
---
@@ -48,7 +47,7 @@ This feature enhances resource management in Kubernetes by offering *flexible re
48
47
for the combined resource usage of all containers. Crucially, this pod-level limit
49
48
is the absolute enforcer; even if the sum of the individual container limits is
50
49
higher, the total resource consumption can never exceed the pod-level limit.
51
-
* Pod-level resources are **prioritized** in influencing the Quality of Service (QoS) class of the Pod.
50
+
* Pod-level resources are **prioritized** in influencing the [Quality of Service (QoS)](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2837-pod-level-resource-spec/README.md#qos-changes) class of the Pod.
52
51
* For Pods running on Linux nodes, the Out-Of-Memory (OOM) score adjustment
53
52
calculation considers both pod-level and container-level resources requests.
54
53
* Pod-level resources are **designed to be compatible with existing Kubernetes functionalities**, ensuring a smooth integration into your workflows.
0 commit comments