In this blog post, We will learn to Run Jobs/Cron Jobs in Kubernetes Cluster.

CronJobs are used to execute jobs on a time-based schedule. As We are running Cron tasks on Linux systems.

Cron jobs are useful for creating periodic and recurring tasks. For example: Creating backup, Sending Emails etc.

A job creates one or more pods and also ensures that they are terminated after successful completion.

When a job is deleted It will also clean up the pods created for them.

A simple use case is to create one job object in order to reliably run one pod to completion.

#containers #kubectl #pods #kubernetes #cron #kubernetes cluster

How to Run Cron Jobs in Kubernetes Cluster
1.15 GEEK