๐ Kubernetes provides several controllers for managing pods. Like ReplicaSets, DaemonSets, StatefulSets, and Deployments. They ensure that their pods are always running.
๐ What if we do want the pod to terminate? Well, that is where ๐๐ฎ๐๐๐ซ๐ง๐๐ญ๐๐ฌ ๐๐จ๐๐ฌ come in
โค The function of a ๐๐ฎ๐๐๐ซ๐ง๐๐ญ๐๐ฌ ๐๐จ๐๐ฌ is to create one or more pods and tracks the success of pods. They ensure that the specified number of pods are completed successfully
โค ๐๐ฎ๐๐๐ซ๐ง๐๐ญ๐๐ฌ ๐๐ซ๐จ๐ง๐ฃ๐จ๐๐ฌ are for cluster tasks that need to be executed on a predefined schedule. They are useful for periodic and recurring tasks, like running backups, sending emails, or scheduling individual tasks for a specific time, such as when your cluster is likely to be idle.
๐ค Want to learn more about ๐๐ฎ๐๐๐ซ๐ง๐๐ญ๐๐ฌ ๐๐จ๐๐ฌ & ๐๐ซ๐จ๐ง๐ฃ๐จ๐๐ฌ?
โก Checkout this blog https://k21academy.com/kubernetes61 , which covers:
๐ What is Job in Kubernetes?
๐ Kubernetes Jobs Vs CronJobs
๐ Prerequisites
๐ Create Kubernetes CronJobs
โก Want more in-depth training?
โก Register for the ๐
๐๐๐ ๐๐๐๐๐: https://k21academy.com/k8s02