← GKE164 / 640
easykubectl

Scale a Kubernetes deployment to a specific replica count and verify

command

kubectl scale deployment web-api --replicas=8

also accepted

kubectl scale deployment web-api --replicas=8 && kubectl get deployment web-api

Test your recall — not just your reading.

Practice with interactive quiz →