Created
May 7, 2015 19:02
-
-
Save kelseyhightower/30860be977a85252e981 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
demo $ kubectl get services | |
NAME LABELS SELECTOR IP PORT(S) | |
kubernetes component=apiserver,provider=kubernetes <none> 10.10.0.2 443/TCP | |
kubernetes-ro component=apiserver,provider=kubernetes <none> 10.10.0.1 80/TCP | |
postgres <none> environment=production,name=postgres 10.10.89.157 5432/TCP | |
192.168.12.100 | |
192.168.12.101 | |
192.168.12.102 | |
demo $ psql -h 192.168.12.102 -U postgres | |
Password for user postgres: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment