Currently, to be able to communicate between pods, we run: ``` sudo iptables -P FORWARD ACCEPT ``` which is a workaround found from issue [1]. Now that this issue is solved, we need to investigate why it does not work by default. [1] https://github.com/kubernetes/kubernetes/issues/40182
Currently, to be able to communicate between pods, we run:
which is a workaround found from issue [1]. Now that this issue is solved, we need to investigate why it does not work by default.
[1] kubernetes/kubernetes#40182