RSS Parrot

BETA

🦜 Kubernetes Blog

@kubernetes.io@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

The Kubernetes blog is used by the project to communicate new features, community reports, and any news that might be relevant to the Kubernetes community.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: kubernetes.io/

Feed URL: kubernetes.io/feed.xml

Posts: 6

Followers: 1

Kubernetes v1.37: KubeletInUserNamespace (aka Rootless mode) Graduates to Beta

Published: September 4, 2026 18:30

Kubernetes v1.37 promotes the KubeletInUserNamespace feature gate to beta. With this feature enabled, all of the node components (kubelet, CRI and OCI runtimes, CNI plugins, and kube-proxy) can run as a non-root user on the host, using a Linux user…

Kubernetes v1.37: DRA Updates

Published: September 3, 2026 18:30

Kubernetes 1.37 is here and Dynamic Resource Allocation (DRA) keeps pushing past where it started! This release brings DRA Extended Resource support to GA, a milestone the team has been building toward for three straight releases. Several more features…

Kubernetes v1.37: Scale Workloads to Zero with HorizontalPodAutoscaler

Published: September 2, 2026 18:30

Kubernetes v1.37 includes API support for horizontal autoscaling of workloads down to zero replicas. This feature is now Beta and enabled by default. A HorizontalPodAutoscaler (HPA) that uses a suitable object metric or external metric can now scale a…

Kubernetes v1.37: etcd RangeStream Cuts Memory Use on Large List Reads

Published: September 1, 2026 18:30

I am excited to announce that etcd RangeStream is graduating to beta in Kubernetes v1.37. Paired with etcd v3.7, it reduces the memory the API server and etcd need to read a large collection, and makes peak usage more predictable. The cost of large…

Kubernetes v1.37: Storage Version Migration Enabled by Default

Published: August 31, 2026 18:30

I am excited that storage version migration (SVM) has graduated to General Availability (GA) in Kubernetes v1.37! After a number of releases of work and testing, the built-in StorageVersionMigration API (storagemigration.k8s.io/v1) and control plane…