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

Multipath routing support #18

Open
v-ctiutiu opened this issue Sep 20, 2022 · 2 comments
Open

Multipath routing support #18

v-ctiutiu opened this issue Sep 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@v-ctiutiu
Copy link
Contributor

v-ctiutiu commented Sep 20, 2022

Background

By using multipath routing, one can specify multiple next hops for a given destination. This setup requires at least 2 gateways.

In theory, this approach has two advantages:

  1. Resiliency to failure. If one gateway goes down, the other should take its place.
  2. Increased bandwidth requirements.
  3. Some kind of load balancing effect at the network level.

I think that multipath routing was created mostly to achieve some kind of traffic balancing over 2 different network interfaces on the same system (machine). Need to check first and see if it's applicable for our use case.

Proposal

Good reference to study first is available here. Next, check Pyroute2 library multipath support.

@v-ctiutiu v-ctiutiu added the enhancement New feature or request label Sep 20, 2022
@v-ctiutiu v-ctiutiu self-assigned this Sep 20, 2022
@v-ctiutiu v-ctiutiu removed their assignment Jan 18, 2023
@moovs
Copy link

moovs commented Apr 10, 2023

really waiting for this guys..

@Jayd603
Copy link

Jayd603 commented Jan 17, 2024

Bump - same here. Ability to add multiple destinations for the same route and set weights would be nice. I have a work around for my application but it took some work and it's still not as solid as if it were done within this operator.

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

3 participants