After thoroughly discussing the two most fundamental objects of Kubernetes, containers and pods, in the previous chapter, now we will start our discussion of more advanced Kubernetes objects such as Deployment, ReplicaSet, StatefulSet, etc.
We will look at what workload resources are and their importance. Then, we will start exploring workload resources such as DaemonSet and StatefulSet. You will see how DaemonSet can ensure that a certain pod always gets created on every existing and new node in the cluster. ...