November 2018
Intermediate to advanced
270 pages
6h 54m
English
Kubernetes CronJob, in contrast to the traditional CronJob, allows us to decide what happens when a job overruns and we reach the scheduled time while the previous job is still running. We can control this behavior by setting the spec.concurrencyPolicy field on the CronJob. There are three possible policies that we can choose:
Read now
Unlock full access