DEV Community

Nushaba M. Gadimli
Nushaba M. Gadimli

Posted on

Can I terminate a process gracefully before the hard eviction with a prestop hook?

My Application stops gracefully when receiving a SIGTERM. graceful-stop operation is deleting a znode in the ZooKeeper.

But what I try is to automatically terminate a process gracefully before the Kubernetes evicts my pod.

I want to set prestop hook to "kill 1" to make a graceful-stop before the pod…

Top comments (0)