Kubernetes: Feature Graduation Day

A dense batch of thirty pull requests pushed several long-running features toward stable status—PodsAPI, MemoryQoS, HostnameOverride, PodReadyToStartContainers, and netlink support for kube-proxy—while DRA and workload-scheduling APIs kept expanding on the alpha side.

Duration: PT2M46S

Episode overview

This episode is a short developer briefing from Kubernetes.

It explains recent repository work in plain language.

  • Show: Kubernetes
  • Published: 2026-07-23T13:03:44Z
  • Audio duration: PT2M46S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

This is Kubernetes, your daily briefing for July 23rd, 2026.

Today's story is graduation. A cluster of features crossed maturity thresholds at once, while Dynamic Resource Allocation kept growing new alpha surface underneath them.

On the promotion side: PR 140286 pushes the Pods API to Beta, now on by default in 1.37, with kubelet unconditionally starting its gRPC server and new "pod errors list" and "pod errors watch" metrics to track it. PR 140007 promotes Memory QoS to beta and, notably, changes the default memory throttling factor to…

Second theme: Dynamic Resource Allocation continues to be the most active corner of the codebase. Harche's PR 139477 promotes the kubelet DRA health-reporting gRPC API from alpha to v1, simplifying the driver interface to plain Go types. Meanwhile pravk03's PR 140009 lands alpha two of DRA Node Allocatable…

Third, smaller but consistent: contextual logging cleanup continues across volume controllers, with krishhna24's PRs 139944 and 139943 moving attach-detach, expand, protection, and related controllers onto the newer event-handler registration pattern with proper logger propagation and surfaced errors.

What's next: watch for the memory throttling…

Nearby episodes from Kubernetes

  1. Kubelet Resource Accounting Gets a Reliability Pass
  2. Dynamic Resource Allocation Hardening and the Workload Scheduling Push
  3. Dynamic Resource Allocation Gets a Correctness Sweep
  4. Weekly Recap - Dynamic Resource Allocation Hardening & Data Model Cleanup
  5. Breaking the Bottlenecks
  6. Stabilizing Scheduling and Server-Side Apply
  7. Dynamic Resource Allocation's Math Problem
  8. Scheduling Fixes and a Rocky Pod Resources Rollback