Kubernetes Istio exposure not working with Virtualservice and Gateway Kubernetes Istio exposure not working with Virtualservice and Gateway kubernetes kubernetes

Kubernetes Istio exposure not working with Virtualservice and Gateway


Your Gateway specifies PASSTHROUGH, however your VirtualService provides an HttpRoute. This means the TLS connection is not terminated by the Gateway, but the VirtualService expects terminated TLS. See also this somewhat similar question.

How do I properly HTTPS secure an application when using Istio?


@user140547 Correct, we changed that now. But we still couldn't access the application.

We found out that one of the important services was not receiving gateway traffic, since that one wasn't setup correctly. It is our first time having an istio deployment with multiple services. So we thought each of them needed their own Gateway. Little did we know that 1 gateway was more then enough...