(no title)
PascalW | 4 years ago
With iptables:
-A INPUT -i kube-bridge -j ACCEPT
-A OUTPUT -o kube-bridge -j ACCEPT
Other than that I've configured iptables to drop all incoming traffic except a few whitelisted ports.PascalW | 4 years ago
With iptables:
-A INPUT -i kube-bridge -j ACCEPT
-A OUTPUT -o kube-bridge -j ACCEPT
Other than that I've configured iptables to drop all incoming traffic except a few whitelisted ports.
No comments yet.