-
Navigate to your cluster in the IBM Cloud Dashboard
-
Click on your cluster and Launch OpenShift web console
-
Select Administrator in the drop down and then select Operators -> OperatorHub
-
Install the following operators, in order:
- Elasticsearch Operator
- Jaeger Operator
- Kiali Operator
- Red Hat OpenShift Service Mesh Operator
-
Click on Installed Operators and refresh the page to see the changes.
Click here for more details about installing istio on Openshift 4.6
The operator uses a ServiceMeshControlPlane resource to determine how to install Istio and what components you want. Let's create that resource now.
- Create a new project by going to Home -> Projects -> Create Project
- Enter
istio-systemin the Name and click Create - Navigate to Operators -> Installed Operators
- Click the Red Hat OpenShift Service Mesh Operator.
- Under Istio Service Mesh Control Plane click Create Instance.
- Then, click Create. The Operator creates Pods, services, and Service Mesh control plane components based on your configuration parameters.
ServiceMeshMemberRoll resource is used to to specify the namespaces associated with the Service Mesh.
- Navigate to Operators → Installed Operators again.
- Click the Red Hat OpenShift Service Mesh Operator.
- Under Istio Service Mesh Member Roll click Create Instance
- Change
your-projecttobookinfoand delete the last line. - Then, click Create.
Congratulations! You successfully installed Istio into your cluster and configured the bookinfo project to use it.

