From 2b3de202e5dba5f57083c7797ebb9b1de521b720 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Fri, 15 Mar 2024 11:15:24 -0600 Subject: [PATCH] Architecture note --- site/content/overview/gateway-architecture.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/overview/gateway-architecture.md b/site/content/overview/gateway-architecture.md index 6b047f202f..3aa7753791 100644 --- a/site/content/overview/gateway-architecture.md +++ b/site/content/overview/gateway-architecture.md @@ -92,6 +92,10 @@ The following list describes the connections, preceeded by their types in parent 1. (HTTP, HTTPS) A _client_ sends traffic to and receives traffic from any of the _NGINX workers_ on ports 80 and 443. 1. (HTTP, HTTPS) An _NGINX worker_ sends traffic to and receives traffic from the _backends_. +Below are additional connections not depcited on the diagram: + +- (HTTPS) NGF sends [product telemetry data]({{< relref "/overview/product-telemetry.md" >}}) to the F5 telemetry service. + ### Differences with NGINX Plus The previous diagram depicts NGINX Gateway Fabric using NGINX Open Source. NGINX Gateway Fabric with NGINX Plus has the following difference: