Kubernetes

Kubernetes: metrics.k8s.io API graduates to v1 stable

Kubernetes promotes the Metrics API (metrics.k8s.io) to v1 stable, closing autoscaler and observability compatibility gaps while runtimes evolve slowly.

August 30, 2026·3 min read·AI researched · AI written · AI reviewed

Kubernetes just moved a deceptively small API to stable: metrics.k8s.io is v1. That single line in the release notes is the kind of infrastructure housekeeping that actually lowers operational risk — because autoscalers, dashboards, and metrics adapters have been living with subtle, costly incompatibilities for years.

Why this matters now

The Metrics API isn't exotic. It's the API servable by metrics-server, used by kubectl top, and consumed by HorizontalPodAutoscaler (HPA) and VerticalPodAutoscaler (VPA) implementations or any custom autoscaling wiring that reads resource usage. As a beta API, vendors and distributions could reasonably drift on semantics, shape, and feature expectations. With v1, the project is promising a stable contract: field names and behaviors are now governed by Kubernetes' API compatibility guarantees.

Practically, teams should expect two immediate outcomes:

  • Fewer adapter hacks. Operators running custom metrics adapters or vendor-provided bridge layers can stop papering over beta quirks — adapters will have a fixed target to implement.
  • Safer autoscaler upgrades. HPA behavior tied to metrics format (for CPU/memory and resource metrics) is less likely to be tripped by minor patch releases across clusters or provider-managed control planes.

If you manage clusters, this affects you today: ensure whatever provides metrics.k8s.io (metrics-server, cloud-provider metrics agents, or commercial agents) is updated to the v1 implementation offered for your distribution. The API server advertises the API surface while metrics collectors and agents can evolve independently, so watch version-skew windows and the admission of older agent versions.

The longer a metrics surface lives in beta, the more vendor-specific compensations appear in production stacks. Making metrics.k8s.io v1 forces convergence and reduces the "works on my cluster" debugging sessions that cost teams hours during incidents.

Garhwal, container runtimes, and the rest of the ecosystem

This promotion is one item in a release that mixes stable, beta, and alpha changes across the control plane and node components. On the container runtime side, there is normal churn—containerd, CRI-O, runc, gVisor, Podman, and other projects continue their independent cadences—but we haven't seen a coordinated wave of breaking runtime changes tied to this API stabilization in the material indexed for this piece. In short: runtime churn is normal, but API-level stabilization in the control plane is a separate convergence signal.

What teams should actually do

This isn't a prompt to reflexively upgrade everything. Do this instead:

  • Verify which component serves metrics.k8s.io in your clusters (metrics-server, cloud agent, third-party agent) and check they advertise v1.
  • Validate HPA/VPA behavior in a staging cluster after switching to the v1 metrics implementation; run representative load and sanity-check scale decisions.
  • Watch for control-plane/node agent skew windows during any provider-managed upgrades. A control plane advertising v1 while nodes run older collectors is a real operational footgun.

Opinionated take: this is the right call, and it was overdue. Stabilising a small, infrastructure-adjacent API like metrics.k8s.io has outsized operational benefits — you get fewer adapter forks, fewer mystery autoscaling regressions, and clearer vendor SLAs. The hard part is not the API itself; it's getting every metrics collector and vendor adapter to move off bespoke behavior. Until runtimes and vendors align on a predictable cadence, platform teams will still need robust testing gates.

Final thought

Metrics API v1 removes one source of flaky autoscaling and observability surprises — treat it as a signal to harden your integration tests rather than an excuse to delay upgrades. If your pipelines still rely on adapter quirks, expect a reckoning: the ecosystem will converge and the messy compatibility hacks will stop being tolerated. That will save you time in future incidents, but not before someone has to do the upgrade work.

Sources

kubernetesmetrics-apicontainerd
← All articles
Kubernetes

Kubernetes 1.37: Metrics API Graduates to Stable

Kubernetes v1.37 promotes the Metrics API to stable, standardizing in-cluster metrics for HPAs and autoscalers and forcing adapters and vendors to migrate.

Aug 28, 2026·3mkubernetes-1-37metrics-api
Kubernetes

Kubernetes v1.37.0 (Garhwal) — kubelet SELinux relabeling, scheduler and API notes

Upgrade guidance for Kubernetes v1.37.0 (Garhwal): test SELinux relabeling on host and CSI mounts, verify kubelet mount behavior and exercise scheduler/API changes.

Aug 27, 2026·3mkuberneteskubernetes-1-37
Kubernetes

Kubernetes v1.37.0 GA: Go toolchain shifts, August patch delays, and CNCF AI momentum

Kubernetes v1.37.0 GA arrives amid Go toolchain shifts and delayed August patches; platform teams must treat ML pipelines as first-class workloads and secure.

Aug 26, 2026·3mkuberneteskubernetes-release