Hello Naga Teja
To make a bit more clarification:
The Istio-based service mesh add-on for Azure Kubernetes Service (AKS) provides an officially supported and tested integration with Istio.
When communication occurs between your application pods (inside the AKS cluster), Istio takes over.
Istio add-on is a valid approach for achieving mTLS and other service mesh features.
https://thenewstack.io/using-traefik-ingress-controller-with-istio-service-mesh/
There are also some limitations to consider:
- The add-on doesn't work on AKS clusters that have Istio installed on them already outside the add-on installation.
- The add-on doesn't support adding pods associated with virtual nodes to be added under the mesh.
- Istio doesn't support Windows Server containers.