Please enable JavaScript.
Coggle requires JavaScript to display documents.
Replication Controller, Replication Commands - Coggle Diagram
Replication Controller
-
-
-
-
-
-
-
-
-
commands
-
-
kubectl get pods
names of the pods will start with name of replication controller in our case it will start with myapp-rc-*
-
-
-
kubectl scale --replicas=6 <type> <replicasetName>
kubectl scale --replicas=6 replicaset replica-set-new
-
-
-