Kubernetes Made Easy: Explaining Deployments and ReplicaSets
The Deployment passes the spec (which includes the replicas) to the ReplicaSet.
The Deployment doesn't create Pods. Instead, it creates another object called ReplicaSet.
The ReplicaSet is in charge of creating the Pods and watching over them.
A S...
devopsdeul.hashnode.dev3 min read