kubernetes-training icon indicating copy to clipboard operation
kubernetes-training copied to clipboard

Termination with grace

Open ondrejsika opened this issue 5 years ago • 0 comments

  1. remove from service, set terminating
  2. preStop Hook is executed
  3. SIGTERM signal is sent to the pod
  4. Kubernetes waits for a grace period
  5. SIGKILL signal is sent to pod, and the pod is removed

https://cloud.google.com/blog/products/gcp/kubernetes-best-practices-terminating-with-grace

ondrejsika avatar Oct 14 '19 06:10 ondrejsika