Kubernetes Blog
Follow
Kubernetes v1.34: Of Wind & Will (O' WaW)
The Kubernetes v1.34 release, themed "Of Wind & Will," introduces 58 enhancements, with 23 graduating to stable. Dynamic Resource Allocation (DRA) for device management is now generally available, enabling more flexible device selection and configuration. Projected ServiceAccount tokens for kubelet image credential providers offer enhanced security by using short-lived, workload-specific tokens. A new output format, KYAML, is introduced as an alpha feature for kubectl, aiming for safer and less ambiguous YAML for Kubernetes. Job controllers now feature delayed replacement Pod creation to prevent simultaneous execution and resource contention. Recovery from volume expansion failures is stable, allowing users to cancel and retry volume expansions. VolumeAttributesClass is also stable, providing a Kubernetes-native API for modifying volume parameters. Structured authentication configuration is now stable, improving manageability and auditability of API server client authentication. Finer-grained authorization based on selectors enhances security and enables least privilege rules. Anonymous requests can be restricted to specific endpoints, improving security without breaking external probes. More efficient requeueing for unschedulable Pods reduces unnecessary retries and improves scheduling throughput. Ordered namespace deletion ensures deterministic and secure resource removal, mitigating security risks. Streaming list responses improve scalability by reducing API server memory pressure. Resilient watch cache initialization enhances control plane robustness by making the watch cache initialization process more resistant to failures.