Last active
August 26, 2017 03:25
-
-
Save adam-stokes/2fb69eef3621722c09737c7c0431dc86 to your computer and use it in GitHub Desktop.
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 get svc -o wide | |
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR | |
default-http-backend 10.152.183.155 <none> 80/TCP 2h app=default-http-backend | |
ghosty-ghost 10.152.183.21 ae05a6a678a0c11e7bc240626b5106b1-1310603334.us-east-1.elb.amazonaws.com 80:30719/TCP 31s app=ghosty-ghost | |
ghosty-mariadb 10.152.183.90 <none> 3306/TCP 31s app=ghosty-mariadb | |
kubernetes 10.152.183.1 <none> 443/TCP 2h <none> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment