Lab 1 - Installing Istio
In this module, you will use the Managed Istio add-on to install Istio on your cluster.
Managed Istio is available as part of IBM Cloud™ Kubernetes Service. The service provides seamless installation of Istio, automatic updates and lifecycle management of control plane components, and integration with platform logging and monitoring tools.
Download the
istioctl
CLI and add it to your PATH:Enable Managed Istio on your IKS cluster:
The install can take up to 10 minutes. Ensure the corresponding pods are all in
Running
state before you continue.Sample output:
Before you continue, make sure all the pods are deployed and either in the
Running
orCompleted
state. If they're inpending
state, wait a few minutes to let the installation and deployment finish.Check the version of your Istio:
Sample output:
Congratulations! You successfully installed Istio into your cluster.
Last updated