Wait on readiness conditions.
Section: Advanced Pod and Controller Operations
Wait for pods to become ready
bash
bash
kubectl wait --for=condition=Ready pod -l app=web -n payments --timeout=180sExplanation
Wait on readiness conditions.
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