Azure and the Application Gateway

So I’m new to istio and know very little about it. It has already been installed into an Azure AKS cluster before I started my new job. The company wants traffic to flow from an Application Gateway to the istio ingress controller with end to end TLS. Has anyone done this before?

Did you get answer to it?

Yes, aks now requires that the health probes must match the hostnames of the certificates, so once we fixed the probes the backend internal load balancer started to allow the backend pools to come up and end to end TLS worked.