From 0a4a546853745ca28195337ac483af7aca6b2fb2 Mon Sep 17 00:00:00 2001 From: lucianvlad Date: Fri, 18 Oct 2024 17:34:23 +0200 Subject: [PATCH] adr-0036: Add as benefit the use of externalTrafficPolicy=local --- docs/adr/0036-run-ingress-nginx-as-daemonset.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/adr/0036-run-ingress-nginx-as-daemonset.md b/docs/adr/0036-run-ingress-nginx-as-daemonset.md index f5dc25ab4b8..946637af8f5 100644 --- a/docs/adr/0036-run-ingress-nginx-as-daemonset.md +++ b/docs/adr/0036-run-ingress-nginx-as-daemonset.md @@ -44,6 +44,7 @@ Chosen options: 1 & 3 & 5 - No changes are needed. - More resources are available on the AMS nodes. - Reduce complexity. +- We will now use `externalTrafficPolicy: local` and with this we will reduce latency and preserve the client’s source IP address, which is essential for some applications that rely on knowing the client's IP, such as for logging, security, or geolocation services. ### Negative Consequences