Kubernetes

Explain what is CronJob and what is it used for

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A CronJob creates Jobs on a repeating schedule. One CronJob object is like one line of a crontab (cron table) file. It runs a job periodically on a given schedule, written in Cron format.