# Kubernetes v1.33

The 1.33 release series of Kubernetes, introducing stable, beta, and alpha features.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Kubernetes v1.37: Garhwal

DevFeed: [Kubernetes v1.37: Garhwal](<https://devfeed.tech/articles/kubernetes-v1-37-garhwal-4572.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/08/26/kubernetes-v1-37-release/>)

Author: Kubernetes v

Published: 2026-08-26T00:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [v1](<https://devfeed.tech/tags/v1.md>)

### AI overview

Kubernetes v1.37, named Garhwal, introduces 67 enhancements across Stable, Beta, and Alpha stages, including a deprecation or removal. The article also explains the release theme and its Himalayan-inspired logo.

### Source excerpt

Editors: Arsh Sharma, Christopher Tineo, Kirti Goyal, Sophia Ugochukwu, Swathi Rao, Troy Connor Similar to previous releases, the release of Kubernetes v1.37 introduces new Stable, Beta, and Alpha features. The consistent delivery of high-quality releases underscores the strength of our development cycle and the vibrant support from our community. This release consists of 67 enhancements. Of those enhancements, 16 have graduated to Stable, 23 have graduated to Beta, 27 are entering Alpha, and 1 is a deprecation/removal. Release theme and logo The theme for Kubernetes v1.37 is Garhwal (गढ़वाल, pronounced gaṛhvāl), a Himalayan region of Uttarakhand, India. The snow-capped peaks of the Garhwal Himalaya, deodar forests, terraced fields, rivers and streams, and mountain paths shape both the region and the logo. Together, these elements reflect a community in which every layer, route, and contribution is connected. The logo is imagined as a window into Garhwal's landscape.1 Inside, terraced fields climb towards the snowy peaks, each level supported by the one below, much as every Kubernetes release depends on work carried forward. A river winds through the valley and gathers mountain streams, reflecting contributions from many SIGs and communities flowing into one project. The deodar forest represents the wider Kubernetes ecosystem, where distinct projects share common ground and grow side by side. Stonework and woodcraft shape the path and mountain house, placing people at the centre and evoking shared foundations maintained for those who follow. Above the river, colourful flags catch the wind and bring the scene to life. Encircling the scene is a patterned frame inspired by basketry woven from ringaal, a flexible dwarf Himalayan bamboo. Individual strips gain strength when interlaced, just as code, reviews, tests, documentation, and coordination come together to make a release. Within the frame, the Himalayan monal, Uttarakhand's state bird, lives at high altitudes in t

## A Persistent Security Hole in Kubernetes Finally Addressed

DevFeed: [A Persistent Security Hole in Kubernetes Finally Addressed](<https://devfeed.tech/articles/a-persistent-security-hole-in-kubernetes-finally-addressed-3.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/a-persistent-security-hole-in-kubernetes-finally-addressed>)

Author: Abhimanyu Saharan

Published: 2025-06-23T00:00:00Z

Content type: news

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

CVE-2025-1767 can expose root-level node access through a deprecated volume plugin. Kubernetes 1.33 will disable the plugin by default.

### Source excerpt

CVE-2025-1767 exposes root-level access on nodes via a deprecated volume plugin; Kubernetes 1.33 will disable it by default

## Kubernetes Fixes Leaked Volumes with HonorPVReclaimPolicy

DevFeed: [Kubernetes Fixes Leaked Volumes with HonorPVReclaimPolicy](<https://devfeed.tech/articles/kubernetes-fixes-leaked-volumes-with-honorpvreclaimpolicy-36.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/kubernetes-fixes-leaked-volumes-with-honorpvreclaimpolicy>)

Author: Abhimanyu Saharan

Published: 2025-06-10T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [drivers](<https://devfeed.tech/tags/drivers.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Kubernetes 1.33 honors PV reclaim policies even when persistent volumes are deleted before their claims, preventing storage leaks across CSI and in-tree drivers.

### Source excerpt

Kubernetes 1.33 ensures PV reclaim policies are honored even if PVs are deleted before PVCs, preventing storage leaks across CSI and in-tree drivers.

## Custom Stop Signals for Containers in Kubernetes v1.33

DevFeed: [Custom Stop Signals for Containers in Kubernetes v1.33](<https://devfeed.tech/articles/custom-stop-signals-for-containers-in-kubernetes-v1-33-12.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/custom-stop-signals-for-containers-in-kubernetes-v1-33>)

Author: Abhimanyu Saharan

Published: 2025-05-20T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [containers](<https://devfeed.tech/tags/containers.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>)

### AI overview

Kubernetes v1.33 allows container stop signals to be configured through PodSpec, avoiding image rebuilds solely to change shutdown behavior.

### Source excerpt

Kubernetes v1.33 lets you configure container stop signals via PodSpec, no more rebuilding images just to change shutdown behavior.

## Kubelet Gets a New /flagz Endpoint

DevFeed: [Kubelet Gets a New /flagz Endpoint](<https://devfeed.tech/articles/kubelet-gets-a-new-flagz-endpoint-35.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/kubelet-gets-a-new-flagz-endpoint>)

Author: Abhimanyu Saharan

Published: 2025-05-17T00:00:00Z

Content type: release

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [debug](<https://devfeed.tech/tags/debug.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>)

### AI overview

Kubernetes v1.33 adds a /flagz endpoint to Kubelet for runtime introspection of component flags.

### Source excerpt

Discover how Kubernetes v1.33 introduces a new /flagz endpoint in Kubelet for runtime introspection of component flags, debug like never before.

## CrashLoopBackOff Just Got Smarter

DevFeed: [CrashLoopBackOff Just Got Smarter](<https://devfeed.tech/articles/crashloopbackoff-just-got-smarter-11.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/crashloopbackoff-just-got-smarter>)

Author: Abhimanyu Saharan

Published: 2025-05-16T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [containers](<https://devfeed.tech/tags/containers.md>), [feature](<https://devfeed.tech/tags/feature.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>)

### AI overview

Kubernetes 1.33 introduces configurable restart backoff behavior, with a 1-second initial delay and 60-second maximum backoff, enabled through a feature gate.

### Source excerpt

Kubernetes 1.33 speeds up recovery with a 1s initial delay and 60s max backoff for restarts, opt-in via feature gate for faster handling of failing containers.

## InPlacePodVerticalScaling: Scale Pods Without Restarting

DevFeed: [InPlacePodVerticalScaling: Scale Pods Without Restarting](<https://devfeed.tech/articles/inplacepodverticalscaling-scale-pods-without-restarting-30.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/inplacepodverticalscaling-scale-pods-without-restarting>)

Author: Abhimanyu Saharan

Published: 2025-05-16T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [memory](<https://devfeed.tech/tags/memory.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

This article examines how Kubernetes v1.33 enables pods to scale CPU and memory resources without restarting. It also discusses situations where this capability may not be sufficient.

### Source excerpt

Pods that grow with your workload? Discover how Kubernetes v1.33 lets you scale CPU and memory without a restart, and when it still might not be enough.

## Kubernetes v1.33 Fixes a 10-Year-Old Image Pull Loophole

DevFeed: [Kubernetes v1.33 Fixes a 10-Year-Old Image Pull Loophole](<https://devfeed.tech/articles/kubernetes-v1-33-fixes-a-10-year-old-image-pull-loophole-41.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/kubernetes-v1-33-fixes-a-10-year-old-image-pull-loophole>)

Author: Abhimanyu Saharan

Published: 2025-05-15T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [images](<https://devfeed.tech/tags/images.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Kubernetes v1.33 enforces image pull secrets for cached images, closing a long-standing multi-tenant cluster security loophole.

### Source excerpt

Kubernetes v1.33 finally enforces image pull secrets even for cached images, closing a 10-year-old loophole in multi-tenant cluster security.

## Fine-Grained Control with Configurable HPA Tolerance

DevFeed: [Fine-Grained Control with Configurable HPA Tolerance](<https://devfeed.tech/articles/fine-grained-control-with-configurable-hpa-tolerance-21.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/fine-grained-control-with-configurable-hpa-tolerance>)

Author: Abhimanyu Saharan

Published: 2025-05-05T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Kubernetes v1.33 introduces per-HPA configurable tolerance, providing finer control over the sensitivity of scale-up and scale-down decisions.

### Source excerpt

Kubernetes v1.33 adds per-HPA configurable tolerance, allowing fine-tuned scaling sensitivity for both scale-up and scale-down decisions.

## Kubernetes v1.33: Image Volumes Graduate to Beta

DevFeed: [Kubernetes v1.33: Image Volumes Graduate to Beta](<https://devfeed.tech/articles/kubernetes-v1-33-image-volumes-graduate-to-beta-42.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/kubernetes-v1-33-image-volumes-graduate-to-beta>)

Author: Abhimanyu Saharan

Published: 2025-05-04T00:00:00Z

Content type: release

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [mount](<https://devfeed.tech/tags/mount.md>)

### AI overview

Kubernetes v1.33 promotes Image Volumes to beta, enabling OCI artifacts to be mounted directly into pods as read-only volumes.

### Source excerpt

Kubernetes v1.33 promotes Image Volumes to beta, letting OCI artifacts mount directly into pods as read-only volumes, boosting portability and efficiency.

## Kubernetes v1.33: Major Upgrades to DRA

DevFeed: [Kubernetes v1.33: Major Upgrades to DRA](<https://devfeed.tech/articles/kubernetes-v1-33-major-upgrades-to-dra-40.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/kubernetes-v1-33-brings-major-updates-to-dynamic-resource-allocation-dra>)

Author: Abhimanyu Saharan

Published: 2025-05-04T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [hardware](<https://devfeed.tech/tags/hardware.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [network](<https://devfeed.tech/tags/network.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>)

### AI overview

Kubernetes v1.33 brings major upgrades to Dynamic Resource Allocation (DRA), improving device scheduling for GPUs, FPGAs, and network hardware.

### Source excerpt

Kubernetes v1.33 introduces powerful upgrades to Dynamic Resource Allocation (DRA), streamlining device scheduling for GPUs, FPGAs, and network hardware.