From c56d2e7b2da4ade7299bc9a264298d124b2d2949 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Mon, 22 Sep 2025 13:00:12 +0100 Subject: [PATCH 1/4] add the simple traffic diagram's drawio file, and adjust it to correct errors, and add minio / webapps. --- src/understand/img/traffic-simple.drawio | 456 +++++++++++++++++++++++ src/understand/img/traffic-simple.svg | 2 +- 2 files changed, 457 insertions(+), 1 deletion(-) create mode 100644 src/understand/img/traffic-simple.drawio diff --git a/src/understand/img/traffic-simple.drawio b/src/understand/img/traffic-simple.drawio new file mode 100644 index 0000000..a16bd11 --- /dev/null +++ b/src/understand/img/traffic-simple.drawio @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/understand/img/traffic-simple.svg b/src/understand/img/traffic-simple.svg index c44bd1b..cc3e657 100644 --- a/src/understand/img/traffic-simple.svg +++ b/src/understand/img/traffic-simple.svg @@ -1,4 +1,4 @@ -
Amazon SNS/SQS
Wire Messaging 
Load Balancer
Wire Calling
Load Balancer
Wire Calling
Firewall
Wire Messaging Kubernetes Node #2
Wire Messaging Kubernetes Node #3
Wire Messaging Kubernetes Node #1
Nginx Ingress
Wire Calling Kubernetes Node #2
Wire Calling Kubernetes Node #3
Wire Calling Kubernetes Node #1
Nginx Ingress
teams.example.com
account.example.com
webapp.example.com
nginz-https.example.com
nginz-ssl.example.com
assets.example.com

NginZ Ingress
Wire Messaging Services
Brig
Galley
Spar
Gundeck
Cannon
...
SFT-0
SFT-1
SFT join-call
ingress 0
SFT join-call
ingress 1
SFT join-call
ingress 2
SFT-2
Wire Messaging Kubernetes Node #2
Wire Messaging Kubernetes Node #3
Wire Messaging Kubernetes Node #1
Wire Calling
Firewall
Wire Calling
Firewall
Coturn-0
Signaling: Port 3678
Coturn-1
Signaling: Port 3678
Calling: Ports 46152-65535
Calling: Ports 46152-65535
Calling: Ports 32768-65535
Calling: Ports 32658-65535
Calling: Ports 32768-65535
Internet
Notifications
sft.example.com
sft1.example.com
sft2.example.com
turn0.example.com
turn1.example.com
\ No newline at end of file +
Amazon SNS/SQS
Wire Messaging 
Load Balancer
Wire Calling
Load Balancer
Wire Calling
Firewall
Wire Messaging Kubernetes Node #2
Wire Messaging Kubernetes Node #3
Wire Messaging Kubernetes Node #1
Nginx Ingress
Wire Calling Kubernetes Node #2
Wire Calling Kubernetes Node #3
Wire Calling Kubernetes Node #1
Nginx Ingress
teams.example.com
account.example.com
webapp.example.com
nginz-https.example.com
nginz-ssl.example.com
assets.example.com

NginZ Ingress
Wire Messaging Services
Brig
Galley
Spar
Gundeck
Cannon
...
SFT-0
SFT-1
SFT join-call
ingress 0
SFT join-call
ingress 1
SFT join-call
ingress 2
SFT-2
Wire Calling Kubernetes Node #2
Wire Calling Kubernetes Node #3
Wire Calling Kubernetes Node #1
Wire Calling
Firewall
Wire Calling
Firewall
Coturn-0
Signaling: Port 3678
Coturn-1
Signaling: Port 3678
Calling: Ports 46152-65535
Calling: Ports 46152-65535
Calling: Ports 32768-61000
Calling: Ports 32658-61000
Calling: Ports 32768-6100
Internet
Notifications
sft.example.com
sft1.example.com
sft2.example.com
turn0.example.com
turn1.example.com
MinIO
Asset Storage
Webapp
Accounts Pages
Team Settings
\ No newline at end of file From 98a5836912f4c1ad529e38db39ecb7da78cc24d3 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Mon, 22 Sep 2025 13:25:16 +0100 Subject: [PATCH 2/4] fix port numbers. --- src/understand/img/traffic-simple.drawio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/understand/img/traffic-simple.drawio b/src/understand/img/traffic-simple.drawio index a16bd11..111727c 100644 --- a/src/understand/img/traffic-simple.drawio +++ b/src/understand/img/traffic-simple.drawio @@ -335,10 +335,10 @@ - + - + From fe2ca295e8fde49b7eb3d808a7eecc512142af32 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Mon, 22 Sep 2025 13:31:15 +0100 Subject: [PATCH 3/4] update svg. --- src/understand/img/traffic-simple.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/understand/img/traffic-simple.svg b/src/understand/img/traffic-simple.svg index cc3e657..8b43edb 100644 --- a/src/understand/img/traffic-simple.svg +++ b/src/understand/img/traffic-simple.svg @@ -1,4 +1,4 @@ -
Amazon SNS/SQS
Wire Messaging 
Load Balancer
Wire Calling
Load Balancer
Wire Calling
Firewall
Wire Messaging Kubernetes Node #2
Wire Messaging Kubernetes Node #3
Wire Messaging Kubernetes Node #1
Nginx Ingress
Wire Calling Kubernetes Node #2
Wire Calling Kubernetes Node #3
Wire Calling Kubernetes Node #1
Nginx Ingress
teams.example.com
account.example.com
webapp.example.com
nginz-https.example.com
nginz-ssl.example.com
assets.example.com

NginZ Ingress
Wire Messaging Services
Brig
Galley
Spar
Gundeck
Cannon
...
SFT-0
SFT-1
SFT join-call
ingress 0
SFT join-call
ingress 1
SFT join-call
ingress 2
SFT-2
Wire Calling Kubernetes Node #2
Wire Calling Kubernetes Node #3
Wire Calling Kubernetes Node #1
Wire Calling
Firewall
Wire Calling
Firewall
Coturn-0
Signaling: Port 3678
Coturn-1
Signaling: Port 3678
Calling: Ports 46152-65535
Calling: Ports 46152-65535
Calling: Ports 32768-61000
Calling: Ports 32658-61000
Calling: Ports 32768-6100
Internet
Notifications
sft.example.com
sft1.example.com
sft2.example.com
turn0.example.com
turn1.example.com
MinIO
Asset Storage
Webapp
Accounts Pages
Team Settings
\ No newline at end of file +
Amazon SNS/SQS
Wire Messaging 
Load Balancer
Wire Calling
Load Balancer
Wire Calling
Firewall
Wire Messaging Kubernetes Node #2
Wire Messaging Kubernetes Node #3
Wire Messaging Kubernetes Node #1
Nginx Ingress
Wire Calling Kubernetes Node #2
Wire Calling Kubernetes Node #3
Wire Calling Kubernetes Node #1
Nginx Ingress
teams.example.com
account.example.com
webapp.example.com
nginz-https.example.com
nginz-ssl.example.com
assets.example.com

NginZ Ingress
Wire Messaging Services
Brig
Galley
Spar
Gundeck
Cannon
...
SFT-0
SFT-1
SFT join-call
ingress 0
SFT join-call
ingress 1
SFT join-call
ingress 2
SFT-2
Wire Calling Kubernetes Node #2
Wire Calling Kubernetes Node #3
Wire Calling Kubernetes Node #1
Wire Calling
Firewall
Wire Calling
Firewall
Coturn-0
Signaling: Port 3678
Coturn-1
Signaling: Port 3678
Calling: Ports 49152-65535
Calling: Ports 49152-65535
Calling: Ports 32768-61000
Calling: Ports 32658-61000
Calling: Ports 32768-6100
Internet
Notifications
sft.example.com
sft1.example.com
sft2.example.com
turn0.example.com
turn1.example.com
MinIO
Asset Storage
Webapp
Accounts Pages
Team Settings
\ No newline at end of file From 6230f06d63224f3ec6c7da7ebfe6552b4f859f93 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Mon, 15 Dec 2025 15:11:11 +0000 Subject: [PATCH 4/4] fix port number --- src/understand/img/traffic-simple.drawio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/understand/img/traffic-simple.drawio b/src/understand/img/traffic-simple.drawio index 111727c..bc55e0b 100644 --- a/src/understand/img/traffic-simple.drawio +++ b/src/understand/img/traffic-simple.drawio @@ -369,7 +369,7 @@
- +