You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We know that kubernetes uses iptables to change the serviceIP to the real Pod IP(which is known as DNAT), but when the traffic goes back from the Pod, kubernetes doesn't make something like SNAT, which will lead to RST when establishing TCP connection. So I wonder how to use ovs to handle this trouble. Like adding some conntrack openflow rule?
The text was updated successfully, but these errors were encountered:
We know that kubernetes uses iptables to change the serviceIP to the real Pod IP(which is known as DNAT), but when the traffic goes back from the Pod, kubernetes doesn't make something like SNAT, which will lead to RST when establishing TCP connection. So I wonder how to use ovs to handle this trouble. Like adding some conntrack openflow rule?
The text was updated successfully, but these errors were encountered: