LWKD logo

Last Week in Kubernetes Development

Stay up-to-date on Kubernetes development in 15 minutes a week.

Subscribe
Mastodon
BlueSky
RSS

View LWKD on GitHub

Week Ending February 22, 2026

Developer News

CFP submissions for Open Source Summit India are due March 4. Submit here.

The CFP for Project Opportunities (Lightning Talks and Maintainer Track) at KubeCon + CloudNativeCon India closes on March 1. Submit your proposals here.

The Kubernetes Working Group Serving has been disbanded after completing its objective of advancing AI inference workloads in Kubernetes. Ongoing efforts can transition to existing SIGs and working groups, including SIG Node, SIG Scheduling, SIG Apps, SIG Network, SIG Scalability, and WG Device Management. Congratulations to the WG members on successfully achieving their goals.

ingress-nginx will reach End of Life (EOL) on March 31, concluding its best-effort maintenance period.

Release Schedule

Next Deadline:Feature blog freeze, 27th February 2026 Code & Test Freeze, 19th March 2026

Feature blog blurbs for v1.36 are due on 27th February 2026. Make sure you’ve opted in and coordinated with Release Comms if your enhancement wants to be featured.

Code & Test Freeze follows 19th March 2026 — enhancements must be merge-ready with approvals, and only release-blocking fixes land after that.

Cherry picks for the March patch release close 6th March 2026, with the release targeted for 10th March 2026.

This PR introduces the WorkloadAwarePreemption feature gate as part of KEP-5710. The feature gate lays the groundwork for smarter scheduling decisions that consider workload characteristics during pod preemption, improving fairness and efficiency in cluster resource allocation.

This PR adds the TopologyAwareWorkloadScheduling feature gate for KEP-5732, enabling upcoming scheduler improvements that take topology constraints into account. This helps prepare Kubernetes for more intelligent workload placement based on node and cluster topology awareness.

KEP of the Week

KEP-4317: Pod Certificates

The certificates.k8s.io API group enables requesting X.509 certificates within a Kubernetes cluster but does not directly handle delivering them to workloads. This KEP introduces a PodCertificateRequest API, similar to CertificateSigningRequest, specifically for pods requesting certificates from a designated signer. It also defines a PodCertificate projected volume that allows the kubelet to provision private keys and certificate chains for pods. Together, these components enable secure and automated certificate distribution to pods with minimal burden on developers and administrators. The mechanism is designed for both built-in Kubernetes signers and third-party systems issuing X.509 certificates to cluster workloads.

This KEP graduated to beta in v1.35.

Other Merges

Promotions

Version Updates

Subprojects and Dependency Updates

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.