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:
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.5.6 sh -
export PATH=$PWD/istio-1.5.6/bin:$PATH
Deploy the Istio operator:
istioctl operator init
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.