Stay up-to-date on Kubernetes development in 15 minutes a week.
The Maintainer Summit schedule for Kubecon North America is live; it includes two SIG/Subproject meetings and Ask The Kubernetes Steering Committee. The same week, the Kubecon Europe CfP opened.
Voting is now open for the 2026 Kubernetes Steering Committee election. Six candidates are running this year, including Sean McGinnis (stmcginnis), Michael McCune (elmiko), Priyanka Saggu (priyankasaggu11929), Janet Kuo (janetkuo), Kaslin Fields (kaslin), and Jack Francis (jackfrancis).
Voting will remain open through October 1, with exception requests due by September 29. If you are marked as not eligible despite your contributions, please request an exception.
KCD Around the World: San Francisco Bay Area 2026 Organizers explores how KCD San Francisco Bay Area is bringing together a vast and often siloed cloud native community. Kashish Verma and Rey Lejano sit down with organizers Lisa-Marie Namphy and Jason (Jay) Smith to talk about how the event came together, what they learned from its first edition, and how this year’s KCD is evolving with the growing intersection of Kubernetes, AI, and open source.
Next Deadline: v1.38 Release Cycle Begins, August 31
The Kubernetes v1.38 release cycle began on August 31, with the final release currently targeted for December 16, 2026.
Starting with v1.38, the release cycle has been adjusted to give contributors more time between Enhancements Freeze and Code Freeze. The change is intended to give KEPs more time to be reviewed and merged before Code Freeze. The schedule is still being finalized, so more details will follow as the cycle progresses.
BitWeaverDev added terminating-state
visibility for StatefulSets in kubectl get. This makes it easier for users
and operators to identify StatefulSets that are being deleted but have not
finished terminating, without needing to inspect individual Pods or controller details. The change improves the day-to-day observability of StatefulSet lifecycle operations and helps users investigate deletions that are taking longer than expected.
harche fixed extended-resource accounting when
DRANodeAllocatableResources is enabled. Incorrect handling in this path could cause the node’s available extended resources to be represented inaccurately, affecting scheduling decisions for Pods that use Dynamic Resource Allocation. This PR corrects the resource information exposed for DRA, improving coordination between node resource reporting and scheduling for workloads that use device or other extended-resource claims.
Last Week In Kubernetes Development (LWKD) is a product of multiple contributors participating in Kubernetes SIG Contributor Experience. All original content is licensed Creative Commons Share-Alike, although linked content and images may be differently licensed. LWKD does collect some information on readers, see our privacy notice for details.
You may contribute to LWKD by submitting pull requests or issues on the LWKD github repo.