Created
February 12, 2018 05:36
-
-
Save thanhpk/782d665e379516f8f729b6d5fd599376 to your computer and use it in GitHub Desktop.
watch kubernetes get pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watch -n 1 'echo "GKE===================" && kubectl get pod --context="gke_subiz-version-4_us-central1-a_app-cluster-1" && echo "DEV===================" && kubectl get pod' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment