What happens when you delete a Pod?
Answer
- The
TERMsignal is sent to kill the main processes inside the containers of the given Pod - Each container is given a period of 30 seconds to shut down the processes gracefully
- If the grace period expires, the
KILLsignal is used to kill the processes forcefully and the containers as well