Preserve external IP with Nginx ingress controller #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Nginx ingress controller is not preserving client IP addresses when proxying to services in the cluster. This needs to be corrected to ensure proper application behavior and effective monitoring.
Preserve external hostnames with Nginx ingress controllerto Preserve external IP with Nginx ingress controllerSetting the
externalTrafficPolicy
on LoadBalancer Services had the desired effect. For Nextcloud, theconfig.php
was modified to specify a value foroverwriteprotocol
. This seems to have had the desired effect for logging client IP addresses while enabling SSL for passwords. Many of these changes were made manually and need to be codified.