From Kubernetes Blog · 15 stories
Strategic Frameworks and Systems Vital for Successful AI Integration in Enterprises
AI's integration in enterprises is moving beyond model development to focus on creating robust systems for execution and governance. This shift highlights the importance of developing adaptable frameworks to support AI's role across various functions such as finance, HR, and operations. It reflects a broader industry trend where the focus is on building the necessary infrastructure to ensure AI's ongoing, safe, and productive incorporation into real-world workflows, addressing the current challenges and limitations.
Headlamp Plugin Updates Enhance Kubernetes Workload Management
The Headlamp software has released new plugins for Knative, Cluster API, and Kubeflow. These plugins improve management of serverless, cluster lifecycle, and AI/ML workloads on Kubernetes. This development simplifies workload monitoring and debugging within a unified interface, benefiting developers and operators.
etcd v3.7.0 Released with RangeStream and Performance Enhancements
The etcd project released version 3.7.0, featuring the new RangeStream for better handling large result sets. This release eliminates the legacy v2 store dependency and includes various performance improvements. It matters as etcd is crucial for Kubernetes and other applications, enhancing their efficiency.
Kubernetes v1.36 Enhances Resource Management with New Features
Kubernetes v1.36 introduces several advancements, including beta in-place vertical scaling for pod-level resources, alpha pod-level resource managers, and GA Pressure Stall Information metrics. These updates aim to improve resource efficiency and management for complex and performance-sensitive workloads, providing more flexibility and insights into system operations.
SIG Storage Advances Kubernetes Storage Capabilities
SIG Storage, a Kubernetes Special Interest Group, focuses on persistent data and volume management. Recent discussions highlight its efforts to enhance storage solutions for AI workloads and the ongoing development of the Container Storage Interface (CSI).
Kubernetes to Correct CVE Records for Unfixed Vulnerabilities in 2026
The Kubernetes project will correct inaccuracies in CVE records for older unfixed vulnerabilities on June 1, 2026. This change aims to improve transparency and ensure that vulnerability scanners can better identify risks that currently go undetected due to erroneous fixed version tags.
Kubernetes v1.36 Introduces New Metric for Route Sync in Cloud Controller Manager
Kubernetes v1.36 adds the alpha metric route_controller_route_sync_total to the Cloud Controller Manager. This enables operators to track route synchronization activities, particularly under the new watch-based reconciliation feature introduced in v1.35, enhancing efficiency by reducing unnecessary API calls.
Kubernetes v1.36 Moves Mixed Version Proxy to Beta with Default Enablement
Kubernetes v1.36 has promoted the Mixed Version Proxy (MVP) to Beta, enabling it by default. The MVP enhances cluster upgrades by routing requests for unsupported resources to capable API servers, mitigating errors like 404 Not Found during API version changes.
Kubernetes v1.36 Deprecates Service ExternalIPs Field
Kubernetes v1.36 officially deprecates the .spec.externalIPs field for Services due to security vulnerabilities, particularly CVE-2020-8554. The Kubernetes project has provided alternative approaches for load balancing in non-cloud environments, encouraging users to adopt these safer practices.
Kubernetes v1.36 Features General Availability for Volume Group Snapshots
Kubernetes v1.36 has moved volume group snapshots to General Availability, enhancing snapshot management for multiple volumes. This allows users to create crash-consistent snapshots from a set of volumes, improving data recovery processes for complex applications.
Kubernetes v1.36 Introduces Server-Side Sharded List and Watch Feature
Kubernetes v1.36 has introduced an alpha feature called server-side sharded list and watch, which aims to improve scalability for controllers managing high-cardinality resources. This feature allows the API server to filter events before they reach each controller replica, significantly reducing resource overhead by ensuring that replicas only receive data relevant to them.
Kubernetes v1.36: Declarative Validation Achieves General Availability
Kubernetes v1.36 has moved Declarative Validation for native types to General Availability, enhancing API reliability and predictability. This transition replaces extensive handwritten validation code with a maintainable framework, addressing past technical debt and consistency issues.
Kubernetes v1.36 Introduces Immutable Admission Policies Feature
Kubernetes v1.36 introduces an alpha feature for manifest-based admission control that allows admission policies to load from disk at startup, preventing deletion during critical phases. This update addresses the limitations of existing admission control practices, particularly during cluster bootstrap and recovery scenarios.
Kubernetes Dashboard Archived in Favor of New Interface Headlamp
The Kubernetes Dashboard project has been archived to make way for Headlamp, a new interface offering enhanced functionalities including multi-cluster visibility and plugins. This replaces the traditional in-cluster Dashboard with an adaptable client application suitable for modern Kubernetes environments.
Guide on Building a Custom Metrics Exporter for Kubernetes
A guide details the steps to create a custom metrics exporter for Kubernetes, allowing for the collection of external application metrics beyond CPU and memory. This approach enables better scaling decisions and integration with Prometheus and HorizontalPodAutoscaler.