Install a high available Istio control plane on Azure Kubernetes Service
Lately I worked intensively with Istio and focused especially on the topic high availability of the Istio control plane.
When you install Istio with the default profile, as mentioned in the Istio documentation, you get a non-high available control plane.
istioctl manifest apply \
--set values.global.mtls.enabled=true \
--set values.global.controlPlaneSecurityEnabled=true
Per default Istio gets Read more [...]