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 March 15, 2026

Developer News

Kubecon Europe 2026 is next week! The KubeCon EU Maintainer Summit is now sold out, and the CNCF will not allow unregistered contributors to attend due to high demand. Regardless, do join us for the Kubernetes Meet & Greet on Wednesday, March 25, which is not sold out.

The NFS CSI Driver patched a security vulnerability which could allow unauthorized users to modify or delete files.

KubeCon Japan CFP (Maintainer Track + Lightning Talks) closes April 12. KubeCon Japan Regular CFP is open until 29 March 2026. KubeCon + CloudNativeCon + OpenInfra Summit + PyTorch Conference China CFP (Maintainer Track + Lightning Talks) closes May 3, 23:59 CST / 21:29 IST / 15:59 UTC / 11:59 EDT

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

Release Schedule

Next Deadline: Code & Test Freeze, 19th March 2026

Code & Test Freeze for v1.36 starts tomorrow. Make sure your feature work is completed and merged before the deadline. After the freeze, only critical fixes will be accepted, and other changes will require an exception.

The March Kubernetes patch releases are delayed and are currently expected to be cut early this week.

137454: KEP-4265: promote ProcMountType to GA

Joe Beda has promoted the ProcMountType feature to General Availability as part of KEP-4265. The change was reviewed and approved by contributors including Jordan Liggitt and members of SIG Auth, SIG Node, and SIG CLI.

ProcMountType allows Kubernetes workloads to control how the Linux /proc filesystem is mounted inside containers. The /proc filesystem exposes information about running processes on a host, which can be useful for debugging and monitoring but may also reveal sensitive host details. The feature allows containers to run with a more restricted /proc mount, helping isolate workloads from host process information and improving container security.

With this PR, the feature is considered stable and the associated feature gate has been removed from the API documentation. This means contributors and users can rely on the functionality as part of the core Kubernetes API going forward, without needing to enable experimental flags.

The work builds on earlier implementation and stabilization efforts, including related PRs such as #136792, which promoted the UserNamespacesSupport feature to GA and removed remaining feature-gate references across the codebase. These changes collectively advance Kubernetes’ support for stronger container isolation features in the Linux kernel.

The feature is relevant to multiple parts of the Kubernetes project, including kubelet behavior, container runtime interactions, and workload security configuration. Contributors working in areas such as pod security, container runtime integration, and node lifecycle management may encounter this functionality when configuring process namespace and /proc access within pods.

For more details, see the enhancement proposal in KEP-4265 and the discussion in the pull request above.

KEP of the Week

KEP-4671: Gang Scheduling using Workload Object

This KEP implements gang scheduling in kube-scheduler, proposed by SIG Scheduling, enabling Kubernetes to schedule groups of Pods as a single unit using an all-or-nothing model. It introduces the Workload and PodGroup APIs, allowing the scheduler to wait until a minimum number of Pods can be scheduled together before binding them, improving support for distributed workloads like AI/ML and batch jobs.

SIG Scheduling contributors are actively working on API refinements and scheduler behavior, with ongoing discussions around evolving toward a more workload-aware scheduling model.

KEP-4671 reached alpha in Kubernetes v1.35 behind the GenericWorkload feature gate, and is expected to progress to beta in a future release, subject to API stability and testing.

Other Merges

Promotions

Version Updates

Subprojects and Dependency Updates

Shoutouts

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.