What happens when a pod fails?
What happens when a pod fails? If Pod’s status is Failed , Kubernetes will try to create new Pods until it reaches terminated-pod-gc-threshold in kube-controller-manager . This will leave many Failed Pods in a cluster… What happens when a pod fails?