Introduction Kubernetes CronJob makes it very easy to run Jobs on a time-based schedule. These automated jobs run like Cron tasks on a Linux or UNIX system.In this post, we will use Kubernetes CronJob to schedule a recurring backup of…