You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to use Kalm to deploy and manage pods but where the HTTP-based container applications will have access to X-Forwarded-For, X-Originating-IP, X-Remote-IP, and/or X-Remote-Addr.
The text was updated successfully, but these errors were encountered:
For clarity, I have an application running in a pod that needs to access the client's IP address. The pod is managed by Kalm and accessed through a route with HTTPS-only access. In order for the load balancer to add the client's IP address information to the HTTPS request, the load balancer must be configured to proxy TCP connections and to support proxy protocol. Additionally, Istio must be configured to handle TCP connections with proxy protocol support enabled.
I'm looking for a way to use Kalm to deploy and manage pods but where the HTTP-based container applications will have access to
X-Forwarded-For
,X-Originating-IP
,X-Remote-IP
, and/orX-Remote-Addr
.The text was updated successfully, but these errors were encountered: