Introduction to kubernetes - ReplicaSets
why we need ReplicaSets ?
Most applications should be scalable and all must be fault tolerant. Pods do not provide those features, ReplicaSets do.
its actually ensure that a specific number of replicas of pod matches the actual state all the time tha...
blog.cloudnativefolks.org4 min read