Kubernetes ReplicaSets Commands

> kubectl create -f replicaset-definition.yml

> kubectl get replicaset

> kubectl delete replicaset my-replicaset

> kubectl replace -f replicaset-definition.yml

> kubectl scale --replicas=10 -f replicaset-definition.yml

> kubectl scale --replicas=10 replicaset my-replicaset
  •  
  •  
  •  
  •  

Viet Luu has written 311 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.