- Horizontally scale pods using a replication controller
You will not be able to access pods after this lab. You need to spin up a Kubernetes service later.
kubectl get replicationControllers
Use rc
as a shorthand for replicationControllers
kubectl get rc
kubectl get pods
kubectl scale rc inspector --replicas=10
kubectl get pods --watch-only