January 2019
Intermediate to advanced
484 pages
11h 48m
English
If you are familiar with UNIX CronJob or Java Quartz (http://www.quartz-scheduler.org), Kubernetes CronJob is a very straightforward tool that you can use to define a particular timing to run your Kubernetes Job repeatedly.
The scheduling format is very simple; it specifies the following five items:
For example, if you only want to run your Job at 9:00 am on November 12th every year to send a birthday greeting to me, the schedule format would be 0 9 12 11 *
You may also use a slash (/) to specify a step value. Running the previous Job example at five-minute intervals would have ...
Read now
Unlock full access