Kubernetes Ep 11: Jobs, CronJobs & Batch Processing
·497 words·3 mins
Unlike Deployments and StatefulSets—which are designed to keep long-running processes alive indefinitely—Jobs and CronJobs are designed for run-to-completion batch tasks. When the workload process terminates with exit code 0, Kubernetes marks the Pod as Completed.
