When Jobs Fail
Learn how to set the number of retries after the pod failure.
We'll cover the following...
Using the backoffLimit
property
Things can go wrong, and a pod can fail. That could be because of an application error or because of a node failure while the pod is running.
The goal of a Job
is to ensure that a pod (or the number we defined in the completions
property) finishes ...