Skip to content

Commit

Permalink
adr-0036: Add as benefit the use of externalTrafficPolicy=local (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianvlad authored Nov 29, 2024
1 parent 4d38aa6 commit 5c510d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/adr/0036-run-ingress-nginx-as-daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c510d6

Please sign in to comment.