LWKD: Week ending March 31, 2024
Last Week in Kubernetes Development
Week ending 2024-03-31
Developer News
SIG-Release is looking for insights to make the official Kubernetes (container images, binaries/tarballs, and system packages) Artifacts more reliable and secure. Please share your feedback in this survey.
SIG Annual Reports are live, please make sure to submit your reports by May 1st.
Release Schedule
Next Deadline: Release Day, April 17th
Kubernetes 1.30.0-rc.0 and 1.30.0-rc.1 are live!
KEP of the Week
KEP 4381: Structured Parameters for Dynamic Resource Allocation
Dynamic Resource Allocation, which was added to Kubernetes as an alpha feature in 1.26 defines an alternative to the traditional device plugin API for requesting access to third-party resources. By default DRA uses parameters for resources that are completely opaque to core Kubernetes. This approach creates issues for higher level controllers like the Cluster Autoscaler that needs to make decisions for a group of Pods. Structured Parameters is an extension to DRA that takes care of this problem by making claim parameters less opaque.
This KEP focusses on defining the framework necessary to enable different structured models to be added to Kubernetes over time and does not define one of the models itself. This KEP is tracked for alpha release in the upcoming 1.30 release.
Subprojects and Dependency Updates
* etcd to v3.5.13 Fix leases wrongly revoked by the leader
* kubebuilder to v3.14.1 Upgrade controller-runtime from v0.17.0 to v0.17.2
* prometheus to v2.51.1 Bugfix release