Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 292 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 292 Bytes

Replica sets

Commands

kubectl get replicationcontroller / rc

kubectl get replicaset / rs

kubectl scale -f replicaset-definition.yml --replicas=6

kubectl scale replicaset rs-name --replicas=6

kubectl describe replicaset rs-name

kubectl explain replicaset

kubectl edit rs rs-name