Process Flow - Deleting Pods
Identify Pod to delete
Run kubectl delete pod <pod-name>
API Server receives request
Pod deletion process starts
Pod status changes to Terminating
Pod resources cleaned up
Pod removed from cluster
Done
This flow shows how a pod is deleted step-by-step from issuing the command to the pod being removed from the cluster.