MicroK8s
Follow these instructions to prepare MicroK8s for using Istio.
Install the latest version of MicroK8s using the command
$ sudo snap install microk8s --classic
Enable Istio with the following command:
$ microk8s.enable istio
When prompted, choose whether to enforce mutual TLS authentication among sidecars. If you have a mixed deployment with non-Istio and Istio enabled services or you’re unsure, choose No.
Please run the following command to check deployment progress:
$ watch microk8s.kubectl get all --all-namespaces