Lab 1 - Installing Istio
We will be installing Istio using the Istio Operator. The Istio operator will manage the installation for you instead of you manually installing, upgrading, and uninstalling Istio on your cluster.
Download the
istioctl
CLI and add it to your PATH:Deploy the Istio operator:
Install the Istio
demo
configuration profile using the operator:The install will take just a couple minutes. Give the operator a few minutes to start installing the pods in the following command. Verify the installation is complete by checking for the pods in the
istio-system
namespace.Before you continue, make sure all the pods are deployed and either in the
Running
state.Check the version of your Istio:
Sample output:
Congratulations! You successfully installed Istio into your cluster.
Last updated