Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with Pod-to-Service traffic #335

Open
SMALL-head opened this issue Nov 18, 2024 · 0 comments
Open

How to deal with Pod-to-Service traffic #335

SMALL-head opened this issue Nov 18, 2024 · 0 comments

Comments

@SMALL-head
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant