K8s + Istio + Firefox hard refresh. Accessing service cause 404 on another service, until other service accessed K8s + Istio + Firefox hard refresh. Accessing service cause 404 on another service, until other service accessed kubernetes kubernetes

K8s + Istio + Firefox hard refresh. Accessing service cause 404 on another service, until other service accessed


The problem was that I was using the same certificate for both Gateways, hence resulting in keeping the same tcp connection for both services.

There is a discussion about it here https://github.com/istio/istio/issues/9429

By using a different certificate for both Gateway ports, the problem disappears