Kubernetes and Cloud Native Associate (KCNA) — Question 141

What can be used to create a job that will run at specified times/dates or on a repeating schedule?

Answer options

Correct answer: D

Explanation

The correct choice is D: CronJob, as it is specifically designed for scheduling tasks at certain times or intervals. Options A, B, and C do not inherently offer the same scheduling capabilities as CronJob, which is tailored for such purposes.