📝 Overview
Kubernetes has unveiled a series of updates in version 1.37, including changes to dynamic resource allocation, the ability for workloads to scale to zero with the HorizontalPodAutoscaler, and a revision to etcd range streaming designed to cut memory use on large list reads. Separately, Sidero Labs published guidance on connecting AI agents to its documentation.
Kubernetes 1.37 makes Dynamic Resource Allocation’s extended resource support stable, letting DRA drivers satisfy traditional extended resource requests without a separate device plugin. It also moves ResourceClaim status updates for device details, including network interface data, and device taints and tolerations to stable, with further alpha, beta and stable improvements in the release.
Source: Kubernetes Blog
• Published: September 03, 2026
Kubernetes 1.37 adds beta support for scaling workloads down to zero replicas with HorizontalPodAutoscaler when using suitable object or external metrics. This helps queue-based and batch workloads save resources, but request-driven services still need buffering because Services do not queue traffic when no Pods are running.
Source: Kubernetes Blog
• Published: September 02, 2026
The video explains how to connect the Sidero Labs documentation MCP server to Claude, either through Claude.ai or Claude Code in the terminal. It says the setup helps ground answers in official documentation and reduce inaccurate responses, and points viewers to the server at docs.siderolabs.com/mcp.
Source: Sidero Labs
• Published: September 02, 2026
etcd RangeStream graduates to beta in Kubernetes 1.37 and, with etcd v3.7, reduces memory use and makes large list reads more predictable. The streaming RPC breaks large responses into chunks, which lowers peak memory pressure on both etcd and the API server.
Source: Kubernetes Blog
• Published: September 01, 2026