📌 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



