Kubernetes

What happens when you delete a Pod?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  1. The TERM signal is sent to kill the main processes inside the containers of the given Pod
  2. Each container is given a period of 30 seconds to shut down the processes gracefully
  3. If the grace period expires, the KILL signal is used to kill the processes forcefully and the containers as well