istio.io/content/en/docs/setup/platform-setup/MicroK8s/index.md

1.2 KiB

title description weight skip_seealso aliases keywords owner test
MicroK8s Instructions to set up MicroK8s for use with Istio. 45 true
/docs/setup/kubernetes/prepare/platform-setup/MicroK8s/
/docs/setup/kubernetes/platform-setup/MicroK8s/
platform-setup
kubernetes
MicroK8s
istio/wg-environments-maintainers no

This page was last updated August 28, 2019.

{{< boilerplate untested-document >}}

Follow these instructions to prepare MicroK8s for using Istio.

{{< warning >}} Administrative privileges are required to run MicroK8s. {{< /warning >}}

  1. Install the latest version of MicroK8s using the command

    {{< text bash >}} $ sudo snap install microk8s --classic {{< /text >}}

  2. Enable Istio with the following command:

    {{< text bash >}} $ microk8s.enable istio {{< /text >}}

  3. 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:

{{< text bash >}}
$ watch microk8s.kubectl get all --all-namespaces
{{< /text >}}