We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097dc25 commit c0a6000Copy full SHA for c0a6000
README.md
@@ -132,6 +132,8 @@ currently. Source pod IP is preserved so that appropriate network policies can b
132
133
### pod ingress firewall
134
135
+refer to https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/ for the detailed design details
136
+
137
Kube-router provides implementation of network policies semantics through the use of iptables, ipset and conntrack.
138
All the pods in a namespace with 'DefaultDeny' ingress isolation policy has ingress blocked. Only traffic that matches
139
whitelist rules specified in the network policies are permitted to reach pod. Following set of iptables rules and
0 commit comments