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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm