Skip to content

Instantly share code, notes, and snippets.

@thanhpk
Created February 12, 2018 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanhpk/782d665e379516f8f729b6d5fd599376 to your computer and use it in GitHub Desktop.
Save thanhpk/782d665e379516f8f729b6d5fd599376 to your computer and use it in GitHub Desktop.
watch kubernetes get pod
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