Day 12/40 Days of K8s: Exploring Kubernetes Daemonset, Job and Cronjob
π Deployments vs DaemonSets
Deployments
In a Deployment, we specify the number of replicas, such as 3, to create and maintain that many pods across multiple nodes. The Deployment controller and scheduler are responsible for ensuring the specified n...
vivekmanne.hashnode.dev3 min read