# 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.