When should a Kubernetes Job be used instead of a CronJob?
For a finite one-off task rather than a task that must recur on a schedule
For a web service intended to run indefinitely
Only for starting the Minikube control plane
Only for commands that run every minute forever