Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adr-0036: Add as benefit the use of externalTrafficPolicy=local #978

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of moving it to Recommendation to Platform Administrators and reword it a little bit?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If not I would say that we should reword it to something along the lines of

externalTrafficPolicy can be set to local which can reduce latency and preserve the client's source IP.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided to have it by default set to local so the can be se to 'local' ... sounds a bit strange since we did this by default now in apps #2317
What is your thought on this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sounds like more of an action than a positive consequence of the chosen option(s), but I'm not too bothered. Merge if you are happy.


### Negative Consequences

Expand Down
Loading