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 June 8, 2025

Developer News

The next New Contributor Orientations will be held June 17th. If your SIG/WG/team has any help wanted opportunities to share, please let Mario know in #chairs-and-techleads.

The Elections Subproject is looking for another election officer for the 2025 Steering Election. Please review the role requirements, and express your interest.

Kubecon NA: The CFP for Maintainer Track talks and Project Kiosks is open and closes on July 7th. The CFP for the Maintainer Summit closes on July 20th.

Release Schedule

Next Deadline: PRR Freeze, June 12

Once you get done putting info in your KEPs for production readiness, you’ll be ready for the Enhancements Freeze 8 days later. Now’s the time to decide whether your enhancement is tracked for 1.34 or not.

Patch releases for June have been delayed until next week, as has the 1.34a1 release.

131632: feat: Allow leases to have custom labels set when a new holder takes the lease

This PR allows users to set custom labels on LeaseLock resources when a new holder acquires the lease; users can now track which node holds the lease, thus improving observability for components using leader election.

KEP of the Week

KEP 3015: PreferSameZone and PreferSameNode Traffic Distribution

This enhancement deprecated the PreferClose Traffic Distribution value and replaced it with PreferSameZone as a new name for the old behaviour. The KEP also added a new value PreferSameNode, which indicates that traffic for a service should preferentially be routed to endpoints on the same node as the client. This KEP made traffic distribution less ambiguous and delivers traffic to a local endpoint when possible. If the local endpoint is unavailable, the traffic is routed to a remote endpoint.

This KEP is tracked for beta in v1.34.

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.