Skip to content

Commit 185c5c2

Browse files
committed
publish blog post
1 parent a877ead commit 185c5c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/blog/_posts/2025-xx-xx-pod-level-resources/index.md renamed to content/en/blog/_posts/2025-09-22-pod-level-resources.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
layout: blog
33
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
65
slug: kubernetes-v1-34-pod-level-resources
76
author: Dixita Narang (Google)
87
---
@@ -48,7 +47,7 @@ This feature enhances resource management in Kubernetes by offering *flexible re
4847
for the combined resource usage of all containers. Crucially, this pod-level limit
4948
is the absolute enforcer; even if the sum of the individual container limits is
5049
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.
5251
* For Pods running on Linux nodes, the Out-Of-Memory (OOM) score adjustment
5352
calculation considers both pod-level and container-level resources requests.
5453
* Pod-level resources are **designed to be compatible with existing Kubernetes functionalities**, ensuring a smooth integration into your workflows.

0 commit comments

Comments
 (0)