Last active
July 3, 2020 10:23
-
-
Save velotiotech/6448a3f39859a042adf06b5b7dd4c7da to your computer and use it in GitHub Desktop.
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
$ kubectl get service nginx | |
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
nginx 10.47.245.54 <nodes> 80:30746/TCP 20s | |
$ kubectl get service echoserver | |
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
echoserver 10.47.251.9 <nodes> 8080:32301/TCP 33s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment