Last active
January 9, 2017 15:22
-
-
Save gitschaub/4ed1d268f234b6c0aa710cbce1bfc13d 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
$ oc get pods | |
NAME READY STATUS RESTARTS AGE | |
consul-xzepb 1/1 Running 0 15m | |
couchbase-n5vzz 1/1 Running 0 15m | |
hekad-mmvpu 1/1 Running 0 15m | |
kube2consu-i256t 1/1 Running 0 15m | |
logstash-0xqb0 1/1 Running 0 15m | |
rabbitmq-5gs6k 1/1 Running 0 15m | |
redis-u2n7j 1/1 Running 0 15m | |
$ oc get svc | |
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
consul 172.30.4.122 <none> 8500/TCP,8400/TCP,8301/TCP,8302/TCP,8300/TCP,8600/TCP 15m | |
couchbase 172.30.72.34 <none> 8091/TCP,8092/TCP,8093/TCP,8094/TCP,11207/TCP,11210/TCP,11211/TCP,10091/TCP,... 15m | |
logstash 172.30.185.105 <none> 5044/TCP 15m | |
rabbitmq 172.30.240.79 <none> 4369/TCP,5671/TCP,5672/TCP,25672/TCP,15672/TCP 15m | |
redis 172.30.188.121 <none> 6379/TCP 15m | |
$ oc get routes | |
NAME HOST/PORT PATH SERVICES PORT TERMINATION | |
consul consul.ivp.local consul http | |
couchbase couchbase.ivp.local couchbase http-ui | |
rabbitmq rabbitmq.ivp.local rabbitmq management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment