feat: BGP control plan architecture#705
Open
privateip wants to merge 3 commits into
Open
Conversation
This commit provides the first draft of the proposed BGP control plane for Galactic VPC. It includes the recommendation for a tiered route reflector hierarchy and defines how worker nodes will connect to the infrastructure.
|
Do you have a concept diagram of what the physical and logical data plane topology looks like? I am trying to wrap my head around how the POP routers resolve nexthop of the iBGP routes they learn from the RRs. |
Contributor
Author
|
I'm heads down focused on building out the gvpc topology in containerlab today. Once we have that committed we can start to look at the real routing tables and configuration as opposed to synthesized models and topology diagrams. I expect to have a PR up today yet that will be the two tier, three region topology. |
The initial PR munged together design and implementation details. This patch focuses on removing the implemenation details and expanding on the design details for the gVPC BGP control plane.
|
Per our zoom conversation, the design assumes global reachability in the underlay already in place. Details on requirements documented in #709 |
Contributor
Author
correct |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit provides the first draft of the proposed BGP control plane for Galactic VPC. It includes the recommendation for a tiered route reflector hierarchy and defines how worker nodes will connect to the infrastructure.