docs: Add UDN BGP latency measurement workflow documentation#405
Open
venkataanil wants to merge 2 commits intokube-burner:mainfrom
Open
docs: Add UDN BGP latency measurement workflow documentation#405venkataanil wants to merge 2 commits intokube-burner:mainfrom
venkataanil wants to merge 2 commits intokube-burner:mainfrom
Conversation
Add detailed technical documentation explaining the raLatency measurement workflow for the udn-bgp workload, including: - Architecture diagram showing cluster and external host components - Export scenario flow (CUDN routes advertised to external host) - Import scenario flow (external routes imported to CUDN) - Measurement lifecycle (start, collect, stop phases) - Configuration parameters and indexed metrics Also updates README.md to link to the new documentation and adds the new page to mkdocs.yml navigation. Signed-off-by: venkataanil <vkommadi@redhat.com>
mohit-sheth
reviewed
Mar 11, 2026
| repo_url: https://github.com/kube-burner/kube-burner-ocp | ||
| nav: | ||
| - OpenShift: index.md | ||
| - UDN BGP Latency Measurement: udn-bgp-latency-measurement.md |
Contributor
There was a problem hiding this comment.
we might want to nest this under CUDN BGP Workload
mohit-sheth
reviewed
Mar 11, 2026
Comment on lines
+17
to
+43
| ┌─────────────────────────────────────────────────────────────────────────────┐ | ||
| │ OpenShift Cluster │ | ||
| │ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ | ||
| │ │ CUDN-0 │ │ CUDN-1 │ │ CUDN-N │ │ | ||
| │ │ 40.0.0.0/16 │ │ 40.1.0.0/16 │ │ ... │ │ | ||
| │ │ ┌────────┐ │ │ ┌────────┐ │ │ │ │ | ||
| │ │ │ Pod │ │ │ │ Pod │ │ │ │ ◄── RouteAdvert. │ | ||
| │ │ └────────┘ │ │ └────────┘ │ │ │ exports these│ | ||
| │ └──────────────┘ └──────────────┘ └──────────────┘ subnets │ | ||
| │ │ │ | ||
| │ OVN + Internal FRR │ | ||
| └────────────────────────────┼────────────────────────────────────────────────┘ | ||
| │ BGP Session | ||
| ┌────────────────────────────▼────────────────────────────────────────────────┐ | ||
| │ External Host (kube-burner) │ | ||
| │ │ | ||
| │ EXPORT: Receives CUDN routes │ IMPORT: Generates routes on dummy │ | ||
| │ via BGP, adds to routing table │ interfaces, advertised via BGP │ | ||
| │ │ │ | ||
| │ ┌─────────────────────────────┐ │ ┌─────────────────────────────┐ │ | ||
| │ │ Netlink Route Subscription │ │ │ dummy0: 20.0.1.1/24 │ │ | ||
| │ │ (monitors new routes) │ │ │ dummy1: 20.1.1.1/24 │ │ | ||
| │ │ │ │ │ ... │ │ | ||
| │ └─────────────────────────────┘ │ └─────────────────────────────┘ │ | ||
| │ │ │ | ||
| │ External FRR Router │ | ||
| └─────────────────────────────────────────────────────────────────────────────┘ |
Contributor
There was a problem hiding this comment.
need better alignment of the box
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.
Type of change
Description
Add detailed technical documentation explaining the raLatency measurement workflow for the udn-bgp workload, including:
Also updates README.md to link to the new documentation and adds the new page to mkdocs.yml navigation.