Loading video player...
Learn how to efficiently manage Kubernetes deployments by pausing and resuming rollouts ā a must-know skill for the CKA exam. In this video, we walk through a real exam-style scenario where we: Pause a Deployment rollout Make multiple changes (image, environment variables, resource limits) Resume the rollout Verify that all changes are applied in a single rollout This technique helps avoid unnecessary intermediate rollouts and ensures controlled, stable updates in production environments. š§ Commands covered kubectl rollout pause deployment name kubectl set image ... kubectl label... kubectl set resources ... kubectl rollout resume deployment name kubectl rollout history deployment name