Beginner Kubernetes
Q30 / 100

What is a "CronJob" in Kubernetes?

Correct! Well done.

Incorrect.

The correct answer is B) A resource that creates Jobs on a repeating schedule, similar to a Unix cron job

B

Correct Answer

A resource that creates Jobs on a repeating schedule, similar to a Unix cron job

Explanation

CronJobs run Jobs on a time-based schedule defined using cron syntax, useful for periodic tasks like backups or report generation.

Progress
30/100