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

Support UDP proxy protocol #59

Open
sando38 opened this issue Dec 5, 2023 · 0 comments
Open

Support UDP proxy protocol #59

sando38 opened this issue Dec 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sando38
Copy link
Collaborator

sando38 commented Dec 5, 2023

If we deploy eturnal in managed kubernetes environments, we require a loadbalancer service, which forwards the traffic to eturnal. These traffic will not have the real IP address of the connecting clients but from the loadbalancer. Loadbalancer usually support proxy protocol though, therefore, having proxy protocol for UDP transports would solve the problem.

Nodeport is not a suitable solution, because we will always lose the IP addresses here as well, because the connecting IP address will be the kubernetes local gateway.

@sando38 sando38 added the enhancement New feature or request label Dec 5, 2023
@sando38 sando38 added this to the Roadmap milestone Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants