Kubernetes: Kubelet Resource Accounting Gets a Reliability Pass
A cluster of kubelet fixes addressed memory, CPU, and resize accounting bugs, while several long-running features graduated to beta or GA, signaling a maturing but still resize-sensitive pod resource model.
Duration: PT2M52S
Episode overview
This episode is a short developer briefing from Kubernetes.
It explains recent repository work in plain language.
- Show: Kubernetes
- Published: 2026-07-22T13:03:51Z
- Audio duration: PT2M52S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
You're listening to Kubernetes, the daily developer briefing for July 22, 2026.
Today's biggest signal is that pod resource accounting on the kubelet is still shaking out bugs, even as related features graduate toward stability.
Three separate fixes converged on this exact area. PR 140262 from Sohan Kunkerkar fixes memory QoS protection getting lost during in-place pod resize, plus a memory-high miscalculation for pod-level resources. PR 137660 from Paco Xu fixes wrong pod-level CPU request readback under cgroup v2. And PR 139522 from Brent…
The second theme is graduation season. Several long-discussed features moved a stage forward: PodCertificates hit GA in PR 139579, dropping two deprecated fields from the beta API. Workload-aware scheduling APIs moved to beta in PR 140184. The metadata downward API moved to beta in PR 140722. And DRA's prioritized…
Third, dependency and infrastructure hygiene continued: Dims shipped Prometheus client_golang 1.24.0 and kube-openapi updates carrying security fixes for two CVEs in the swag library, PR 140782. Pohly bumped cel-go to 0.29.1 in PR 140205, specifically for a DRA-related CEL performance improvement.
Also worth noting: a DRA bug in PR…
Nearby episodes from Kubernetes
- Feature Graduation Day
- Dynamic Resource Allocation Hardening and the Workload Scheduling Push
- Dynamic Resource Allocation Gets a Correctness Sweep
- Weekly Recap - Dynamic Resource Allocation Hardening & Data Model Cleanup
- Breaking the Bottlenecks
- Stabilizing Scheduling and Server-Side Apply
- Dynamic Resource Allocation's Math Problem
- Scheduling Fixes and a Rocky Pod Resources Rollback