AKS - customizing istio service mesh configuration
Please ensure you have an istio enable cluster for this. You can query the current istio configuration using Azure cli by running the following command
az aks show --name my-istio-cluster --resource-group istio-rg --query 'serviceMeshProfile'
And you will get output shown here
Configuration are store in a config map called istio-asm-revision and in my case it is istio-asm-1-22 stored in my aks-istio-system.
Comments