
Configuring Istio to use new HTTPS connection to external service
Jul 10, 2023 · How can I configure Istio to terminate the TLS connection and then use HTTPS (via a new TLS connection) to send traffic to the external service? EDIT 1: I found in the Istio docs …
Istio: X-Forwarded-For and X-Real-IP Headers Show Internal IP …
Mar 26, 2025 · The traffic goes through Istio Ingress Gateway before reaching the backend services. The issue is observed when traffic passes through Istio, but the X-Forwarded-For …
Istio envoy gateway connected to upstream but getting 404 …
Nov 29, 2023 · I swtiched over to Istio and a gateway/ virtual service set up, and as far as I can tell, everything is connected, but when I try to access the site it comes back with a blanks …
kubernetes - Istio | Envoy Proxy Problem: 0 NR …
Jan 16, 2023 · i have a minor problem with Istio and the EnvoyProxy: NR filter_chain_not_found The socket client and the socket server run within the same cluster (seperated docker …
kubernetes - Istio: How to redirect to HTTPS except for /.well …
I want the traffic thar comes to my cluster as HTTP to be redirected to HTTPS. However, the cluster receives requests from hundreds of domains that change dinamically (creating new …
istio-proxy closing long running TCP connection after 1 hour
Sep 11, 2020 · We're sure it's istio-proxy closing the connection as we attempted the migration from a pod without istio sidecar injection and it was running for longer than one hour, however …
Istio: upstream connect error or disconnect/reset before headers ...
Sep 5, 2022 · Istio: upstream connect error or disconnect/reset before headers. reason: connection failure, transport failure reason: TLS Asked 3 years, 2 months ago Modified 2 …
Unable to modify externalTrafficPolicy - Stack Overflow
Feb 27, 2024 · Given the details of your setup and the need to modify the externalTrafficPolicy of the Istio Ingress Gateway to Local, here's how to proceed based on the Helm deployment of …
Istio sidecar not injected despite correct namespace label and ...
May 5, 2025 · kubectl describe helmrelease istiod -n istio-system However, the pods still only have a single container (the main app container), and no istio-proxy sidecar is injected: ui% …
kubernetes - istio canary strategy with dynamic routing rules with ...
Dec 22, 2024 · Istio can be used in two ways: -By treating two versions of an application, canary (new version) and stable (old version) as two separate services in Kubernetes.