Loading video player...
In this video, we scale a Kubernetes backend-api deployment from 3 to 8 replicas using kubectl scale, then verify the rollout end-to-end, confirming all pods are Running, checking distribution across nodes with kubectl get pods -o wide, and validating that Service endpoints are updated to reflect the new pod count. š§ Commands covered: kubectl scale deployment backend-api --replicas=8 kubectl get pods -o wide kubectl get endpoints backend-api kubectl rollout status deployment/backend-api Perfect for DevOps engineers, platform teams, and anyone preparing for the CKA exam. #Kubernetes #kubectl #DevOps #CKA #CloudNative #k8s