Kubernetes v1.37 Garhwal Debuts With 67 Features as Cloud Native Ecosystem Expands
The latest Kubernetes release brings new AI and operations capabilities, while the CNCF certifies three major projects as mature and vendors race to add intelligence to infrastructure management.

As the Kubernetes community prepares for KubeCon + CloudNativeCon North America on November 9-12 in Salt Lake City, the ecosystem is experiencing significant momentum across multiple fronts. Recent weeks have brought a new Kubernetes minor release, several major project milestones, and fresh capabilities from infrastructure vendors seeking to simplify operations and integrate artificial intelligence.
HPE Consolidates Morpheus and Terraform Tooling
Hewlett Packard Enterprise recently hosted a developer community session where staff members Colin Taylor, Don Wake, and Eamonn O'Toole discussed advances to HPE Morpheus, a platform designed to manage infrastructure-as-code deployments across hybrid cloud environments.
The company has merged the standalone Morpheus Terraform Provider into a unified HPE Terraform provider. To ease the transition for existing users, HPE introduced tfmigrator, which automates the process of moving configurations from the older Morpheus provider to the new consolidated offering.
The session explored how HPE Morpheus and Terraform support infrastructure management across hybrid environments, including changes to the HPE Terraform provider and tools for migrating existing configurations.
CNCF Elevates Kubeflow, Karmada, and Cloud Native Buildpacks to Graduation Status
The Cloud Native Computing Foundation, which oversees Kubernetes and 228 other cloud-native open source projects, has announced the graduation of three significant initiatives. Graduation status signifies that a project has achieved maturity, completed security assessments, and established vendor-neutral governance structures designed to ensure long-term sustainability.
Kubeflow, a platform for artificial intelligence and machine learning training on Kubernetes, stands out as perhaps the most significant graduate. The project has accumulated 260 million downloads from PyPI. According to CNCF CTO Chris Aniszczyk, "Graduation marks a critical milestone, cementing Kubeflow as a mature option for enterprise AI workloads on Kubernetes."
Karmada, which enables multicluster and multi-cloud Kubernetes orchestration, also achieved graduation status. The project's latest iteration, v1.19, introduces improvements to multi-component scheduling designed to support distributed artificial intelligence training operations.
Cloud Native Buildpacks, the third graduate, transforms application source code into OCI-compliant container images. The project joined the CNCF as a sandbox initiative in 2018 before advancing through the maturity stages.
Kubernetes v1.37 Garhwal Introduces 67 Enhancements
Kubernetes has released version 1.37, named Garhwal after the snow-capped mountain range in the Himalayas. The release encompasses 67 enhancements distributed across 16 stable features, 23 beta features, 27 alpha features, and one deprecation.
Among the notable additions is completion of resilient watch cache initialization, which strengthens reliability for large-scale clusters and helps prevent control plane disruptions. KYAML, a tool addressing longstanding YAML complications including whitespace sensitivity and the "Norway Problem," has reached stable status. Since every KYAML file remains valid YAML, existing configurations require no modifications.
Additional significant updates include HorizontalPodAutoscaler scale-to-zero functionality graduating to beta and becoming enabled by default, allowing workloads using object or external metrics to reduce pod instances to zero during idle periods. The release also brings beta support for manifest-based admission control and alpha support for pod-level checkpoint and restore capabilities.
KubeCon Travel Scholarships and Event Details
The schedule for KubeCon + CloudNativeCon North America 2026 has been unveiled, featuring a new track dedicated to artificial intelligence inference and agentic systems alongside the existing four-day program.
The CNCF is accepting travel funding applications to support attendance from individuals in underrepresented groups or those facing financial barriers. The deadline for travel funding requests is Sunday, September 13, 11:59 p.m. Mountain Daylight Time (MDT). Registration applications remain open until Sunday, October 4, 11:59 p.m. MDT.
Access Control Emerges as Critical Infrastructure Concern
Kolawole Olowoporoku, a CNCF Ambassador and senior platform engineer at Armada, has highlighted a frequently overlooked aspect of Kubernetes deployment: identity and access control. He emphasizes that "Access control belongs on the same day-zero checklist as networking and storage. On most on-prem clusters, it never makes the list."
While self-hosted Kubernetes includes built-in authentication and authorization capabilities, teams must configure connections to external identity providers. Without such integration, operators often depend on static client certificates or extended-validity tokens, creating potential security vulnerabilities.
Olowoporoku recommends implementing authentication through an OpenID Connect identity provider using a public client with PKCE. Following user login, kubectl transmits the resulting ID token to the Kubernetes API server, which validates the token and enforces configured access policies.
VMware Enhances Private Cloud Operations With AI Capabilities
VMware Cloud Foundation version 9.1.1 introduces new features aimed at improving operator visibility across private cloud deployments.
The update includes improved real-time observability for Kubernetes operations, reducing metric collection intervals from the standard five-minute frequency to two-second streaming. This capability enables operators to identify short-lived pods, memory fluctuations, and transient performance issues that might otherwise escape detection.
VMware has also introduced an artificial intelligence assistant for VCF that provides conversational support for troubleshooting, diagnostics, environment health assessment, and root cause identification. This addition reflects a broader industry trend toward integrating generative AI into Kubernetes and private cloud management tools.
Azure Kubernetes Service Expands Autoscaling Capabilities
The Azure Kubernetes Service team announced in its September 4, 2026 release notes that Kubernetes v1.37 preview is becoming available, with patches for earlier versions now deployed.
Autoscaling for virtual machine node pools has reached general availability. New preview capabilities also give operators more flexibility in managing node pools throughout their lifecycle.
Additional Cloud Native Developments
- CNCF project maintainers should review updated governance guidance derived from analysis of 72 projects.
- New CNCF contributor resources address disaster recovery strategies and methods for identifying excessive GPU expenditures.
- OpenTelemetry has released a release candidate for its Go Logs API and SDK.
- Fluent Bit shipped version 5.1.2, which includes a telemetry reliability update.
- Grafana's newest release emphasizes saved queries, enabling organizations to maintain shared libraries of frequently used query patterns.
- Research indicates that China hosts approximately 400,000 cloud native artificial intelligence developers.
- Platform engineer Miguel Quintero has published kind-llm-gateway on GitHub, an LLM gateway and policy testing environment designed for local kind clusters running Kubernetes via Docker containers.
Source: The New Stack