Created
August 24, 2017 17:01
-
-
Save sharepointoscar/3f49dd021c4009f0c3b4380a2bd3742d to your computer and use it in GitHub Desktop.
Kubernetes Snippets
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
#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