Scenario:
- Within 1 Azure Kubernetes Service (AKS), there are 2 .NET services running: Service1 and Service2
- Both Service1 and Service2 listen on HTTP:80 and HTTPS:443
- Both services run Istio and Istio proxy
To ensure traffic encryption between services in the same cluster, with mutualTLS,
Does Service1 need to call Service2 HTTPS:443 endpoint ?
Or
Calling Service2 HTTP:80 is enough and istio handles the rest ?