Skip to content

Commit a02f945

Browse files
committed
Add placeholder blog for KEP-4680 Resource Health Status (Beta in v1.36)
1 parent a655774 commit a02f945

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: blog
3+
title: "Kubernetes v1.36: Resource Health Status in Pod Status Reaches Beta"
4+
date: 2026-04-22
5+
draft: true
6+
slug: resource-health-status-beta
7+
author: >
8+
[Sergey Kanzhelev](https://github.com/SergeyKanzhelev)
9+
---
10+
11+
Placeholder for the KEP-4680 feature blog.
12+
13+
## Summary
14+
15+
KEP-4680 adds a new `allocatedResourcesStatus` field to Pod Status that exposes
16+
the health of devices (GPUs, FPGAs, etc.) allocated to a Pod via Device Plugin
17+
or Dynamic Resource Allocation (DRA). This enables users and controllers to
18+
detect when a Pod is using an unhealthy device, improving troubleshooting for
19+
device-related failures.
20+
21+
<!-- TODO: expand with motivation, what's new in beta, examples, and next steps -->

0 commit comments

Comments
 (0)