Last active
October 10, 2017 13:06
-
-
Save 0xAhmed/65e0a1dfbc85e986c179ac47da237bb6 to your computer and use it in GitHub Desktop.
Check k8s Services
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
$ kubectl --namespace=production get service | |
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
kubeapp-production-service 10.47.253.161 <nodes> 80:30848/TCP 40s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment