Skip to content

Commit

Permalink
Add alb hiearchy in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Aug 26, 2024
1 parent b861235 commit a6d2f66
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/ClientTrafficSwinging.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ graph TD
end
subgraph MigrationAssistantInfrastructure
ALB
L1[Weighted Listener :9200]
L2[Source Listener :9201]
L3[Target Listener :9202]
ALB[Application Load Balancer]
subgraph ALB
L1[Weighted Listener :9200]
L2[Source Listener :9201]
L3[Target Listener :9202]
end
CP[Capture Proxy]
TCP[Target Cluster Proxy]
end
Expand All @@ -97,10 +99,6 @@ graph TD
NLB --> L1
Client -.->|Optional Direct Routing| L1
ALB --> L1
ALB --> L2
ALB --> L3
L1 -.->|Weight X%| CP
L1 ==>|Weight Y%| TCP
L2 --> CP
Expand Down

0 comments on commit a6d2f66

Please sign in to comment.