Block until a deployment is available.
Section: Advanced Pod and Controller Operations
Wait for deployment availability
bash
bash
kubectl wait --for=condition=Available deployment/web -n payments --timeout=180sExplanation
Block until a deployment is available.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Advanced Pod and Controller Operations