Scheduling a controller to run every one hour in Kubernetes Scheduling a controller to run every one hour in Kubernetes kubernetes kubernetes

Scheduling a controller to run every one hour in Kubernetes


The short answer. Sure, you can do it with a CronJob and yes it does create a Pod. You can configure Job History Limits to control how many failed, completed pods you want to keep before Kubernetes deletes them.

Note that CronJob is a subset of the Job resource.