Wait for pod ready kubectl

Block until matching pods are Ready or timeout

kubectl wait pod -l app=<label> -n <ns> --for=condition=Ready --timeout=120s
more kubectl all 73 commands →