mirror of https://github.com/istio/istio.io.git
1.2 KiB
1.2 KiB
title | description | weight | skip_seealso | aliases | keywords | owner | test | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
MicroK8s | Instructions to set up MicroK8s for use with Istio. | 45 | true |
|
|
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 >}}
-
Install the latest version of MicroK8s using the command
{{< text bash >}} $ sudo snap install microk8s --classic {{< /text >}}
-
Enable Istio with the following command:
{{< text bash >}} $ microk8s.enable istio {{< /text >}}
-
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 >}}