0 votes
in Kubernetes K8s by
What is Kubernetes CronJob?

a) A way to schedule periodic tasks in a Kubernetes cluster

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A way to manage Kubernetes nodes

1 Answer

0 votes
by

Answer: a)

Explanation: A way to schedule periodic tasks in a Kubernetes cluster. Kubernetes CronJob is a way to schedule periodic tasks in a Kubernetes cluster, enabling administrators to manage scheduled jobs and other recurring tasks, such as backups and database cleanup.

...