[Kubernetis] Managing Pod using Replicaset


[Kubernetis] Managing Pod using Replicaset

Hello neighbors ^.^For today's post, let's learn how to manage your Pod using Replicaset.ReplicaSet's purpose is to keep the execution of the replica pod set (replicated copies of the pod) stable at all times. To maintain a fixed number of pods, we look at the status of the objects and if there is a difference between Spec and Status, we take action to bring them back together. ReplicaSet's Spec..


원문링크 : [Kubernetis] Managing Pod using Replicaset