Created
October 14, 2014 19:49
-
-
Save flavio/74e1e51e3c7a48039a79 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
| [vagrant@kubernetes-minion-1 ~]$ docker ps | |
| CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
| 01d6ba720de3 docker-registry.in.da.house/brendanburns/php-redis:latest "/bin/sh -c /run.sh" 19 minutes ago Up 19 minutes k8s_php-redis.7723b593_15f6c1f2-53d8-11e4-968e-0800279696e1.etcd_15f6c1f2-53d8-11e4-968e-0800279696e1_0086b796 | |
| 168a289c3f2d kubernetes/pause:latest "/pause" 20 minutes ago Up 20 minutes 0.0.0.0:8000->80/tcp k8s_net.a7c18396_15f6c1f2-53d8-11e4-968e-0800279696e1.etcd_15f6c1f2-53d8-11e4-968e-0800279696e1_ac4d51dd | |
| 8f37f90998eb docker-registry.in.da.house/brendanburns/redis-slave:latest "/bin/sh -c /run.sh" 22 minutes ago Up 22 minutes k8s_slave.1b352a7a_acd07d76-53d7-11e4-968e-0800279696e1.etcd_acd07d76-53d7-11e4-968e-0800279696e1_a2f6a61b | |
| bd2a032d3dd1 kubernetes/pause:latest "/pause" 23 minutes ago Up 23 minutes 0.0.0.0:6380->6379/tcp k8s_net.83638410_acd07d76-53d7-11e4-968e-0800279696e1.etcd_acd07d76-53d7-11e4-968e-0800279696e1_e5884ded | |
| 4319c3ca6c90 google/cadvisor:latest "/usr/bin/cadvisor / 2 hours ago Up 2 hours k8s_cadvisor.417cd83c_cadvisor-agent.file_2dbea146 | |
| e25fc4d7cd93 kubernetes/pause:latest "/pause" 2 hours ago Up 2 hours 0.0.0.0:4194->8080/tcp k8s_net.f72d85c8_cadvisor-agent.file_ee1a44ad |
Author
Author
[vagrant@kubernetes-minion-3 ~]$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere 172.17.0.2 tcp dpt:webcache
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
555fd252-53d8-11e4-968e-0800279696e1 docker-registry.in.da.house/brendanburns/php-redis 10.245.2.4/10.245.2.4 name=frontend,replicationController=frontendController Running
flavio@melange ~/hacking/docker/kubernetes ±master⚡ » curl http://10.245.2.4:8000
curl: (52) Empty reply from server