Quick kubectl tip
Found a neat way to watch pod status changes:
kubectl get pods -w
The -w flag streams updates live. Useful for deployments.
Found a neat way to watch pod status changes:
kubectl get pods -w
The -w flag streams updates live. Useful for deployments.