Created
October 16, 2019 02:28
-
-
Save bindiego/02ef4d051dcbd2c289d86c8010ce2166 to your computer and use it in GitHub Desktop.
kubernets useful commands
This file contains hidden or 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 service external ip address | |
| EXTERNAL_IP=$(kubectl get svc <service_name> -o yaml | grep ip | awk -F": " '{print $NF}') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment