Skip to content

Latest commit

 

History

History

ReplicaSet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ReplicaSet 101

Deploy

kubectl apply -f k8s101/ReplicaSet/replicaset_sample.yaml

Verify

kubectl get pods
kubectl get replicaset
# kubectl describe replicasets <replicaset-name>

Destroy

kubectl delete -f k8s101/ReplicaSet/replicaset_sample.yaml