Created
May 7, 2015 19:04
-
-
Save kelseyhightower/c60e14611fa4a918a924 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
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) | |
pkts bytes target prot opt in out source destination | |
3 209 DOCKER all -- * * 0.0.0.0/0 !127.0.0.0/8 ADDRTYPE match dst-type LOCAL | |
15027 936K KUBE-PORTALS-HOST all -- * * 0.0.0.0/0 0.0.0.0/0 | |
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes) | |
pkts bytes target prot opt in out source destination | |
11073 671K FLANNEL all -- * * 192.168.0.0/16 0.0.0.0/0 | |
Chain DOCKER (2 references) | |
pkts bytes target prot opt in out source destination | |
Chain FLANNEL (1 references) | |
pkts bytes target prot opt in out source destination | |
10999 666K ACCEPT all -- * * 0.0.0.0/0 192.168.0.0/16 | |
65 4901 MASQUERADE all -- * * 0.0.0.0/0 !224.0.0.0/4 | |
Chain KUBE-PORTALS-CONTAINER (1 references) | |
pkts bytes target prot opt in out source destination | |
0 0 REDIRECT tcp -- * * 0.0.0.0/0 10.10.0.2 /* default/kubernetes: */ tcp dpt:443 redir ports 45508 | |
0 0 REDIRECT tcp -- * * 0.0.0.0/0 10.10.0.1 /* default/kubernetes-ro: */ tcp dpt:80 redir ports 58725 | |
0 0 REDIRECT tcp -- * * 0.0.0.0/0 10.10.89.157 /* default/postgres: */ tcp dpt:5432 redir ports 55313 | |
0 0 REDIRECT tcp -- * * 0.0.0.0/0 192.168.12.100 /* default/postgres: */ tcp dpt:5432 redir ports 55313 | |
0 0 REDIRECT tcp -- * * 0.0.0.0/0 192.168.12.101 /* default/postgres: */ tcp dpt:5432 redir ports 55313 | |
0 0 REDIRECT tcp -- * * 0.0.0.0/0 192.168.12.102 /* default/postgres: */ tcp dpt:5432 redir ports 55313 | |
Chain KUBE-PORTALS-HOST (1 references) | |
pkts bytes target prot opt in out source destination | |
0 0 DNAT tcp -- * * 0.0.0.0/0 10.10.0.2 /* default/kubernetes: */ tcp dpt:443 to:192.168.12.100:45508 | |
0 0 DNAT tcp -- * * 0.0.0.0/0 10.10.0.1 /* default/kubernetes-ro: */ tcp dpt:80 to:192.168.12.100:58725 | |
0 0 DNAT tcp -- * * 0.0.0.0/0 10.10.89.157 /* default/postgres: */ tcp dpt:5432 to:192.168.12.100:55313 | |
0 0 DNAT tcp -- * * 0.0.0.0/0 192.168.12.100 /* default/postgres: */ tcp dpt:5432 to:192.168.12.100:55313 | |
0 0 DNAT tcp -- * * 0.0.0.0/0 192.168.12.101 /* default/postgres: */ tcp dpt:5432 to:192.168.12.100:55313 | |
0 0 DNAT tcp -- * * 0.0.0.0/0 192.168.12.102 /* default/postgres: */ tcp dpt:5432 to:192.168.12.100:55313 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment