Hello everybody. I hope this is the right channel ...
# kubernetes
w
Hello everybody. I hope this is the right channel for my question. I am working on a k8s cluster, created with rancher (rke1) by my colleague and hosted on our vms. flannel cni. two worker nodes. pod-to-pod communication between different nodes doesnt work: they manage to ping each other, but cannot, say, netcat /netcat -L on custom ports. this of course means the ingress controller times out if webapp pods are not on its same node. after some debugging with tcpdump etc, i can see the packets do indeed arrive at the target node, and get to the flannel.1 interface, but are not forwarded to the cni0 interface.