Skip to content

Instantly share code, notes, and snippets.

@sharepointoscar
Created August 24, 2017 17:01
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 sharepointoscar/3f49dd021c4009f0c3b4380a2bd3742d to your computer and use it in GitHub Desktop.
Save sharepointoscar/3f49dd021c4009f0c3b4380a2bd3742d to your computer and use it in GitHub Desktop.
Kubernetes Snippets
#Get all Hosts and public IP addresses on all namespaces
kubectl get ing --all-namespaces | awk {'print $3" " $4'} | column -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment