How to Refresh Command Output Automatically on Mac or Linux?
This morning I needed to do a deploy to production on a Kubernetes cluster. One of the useful commands is seeing the output of a kubectl get pods -n {some namespace}, which is one way to get a summary of the pods being transitioned between old and new. The “problem”, as such, is that the … Read more