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

Use BGP to dynamically announce route #133

Closed
oilbeater opened this issue Nov 7, 2019 · 0 comments
Closed

Use BGP to dynamically announce route #133

oilbeater opened this issue Nov 7, 2019 · 0 comments
Labels
feature New network feature

Comments

@oilbeater
Copy link
Collaborator

Kube-OVN now supports using static routes to connect container network with external networks.

However, it has some disadvantages:

  • the static route must be point to one node in cluster, which will be a single point of failure
  • the route node may be the bottleneck and increase the latency
  • every time we add a new subnet, we need manually add the static route

We can learn from Calico's BGP solution that use a software router reflector to dynamically announce routes to upstream router.

@oilbeater oilbeater added the feature New network feature label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New network feature
Projects
None yet
Development

No branches or pull requests

1 participant