Skip to content

[Feature] Create a XDP loadbalancer #91

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

Open
1 task done
LorenzoTettamanti opened this issue May 11, 2025 · 0 comments
Open
1 task done

[Feature] Create a XDP loadbalancer #91

LorenzoTettamanti opened this issue May 11, 2025 · 0 comments
Assignees
Labels
ebpf eBPF related tasks enhancement New feature or request rust Pull requests that update Rust code

Comments

@LorenzoTettamanti
Copy link
Member

LorenzoTettamanti commented May 11, 2025

Is your feature request related to a problem?

  • Yes

    Problem Description:

    Currently, the system relies on a user space program to redirect the packets using a sidecar proxy. This introduces unwanted complexity and potential waste of resources, limiting the scaling and compromising the usability in edge systems

    Solution:

    Create a loadbalancer that leverages the power of XDP to do some basic load balancing at the kernel level


@LorenzoTettamanti LorenzoTettamanti changed the title Create XDP redirect logic [Feature] Create XDP redirect logic May 11, 2025
@LorenzoTettamanti LorenzoTettamanti added enhancement New feature or request rust Pull requests that update Rust code ebpf eBPF related tasks labels May 11, 2025
@LorenzoTettamanti LorenzoTettamanti changed the title [Feature] Create XDP redirect logic [Feature] Create a XDP loadbalancer May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ebpf eBPF related tasks enhancement New feature or request rust Pull requests that update Rust code
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant