OpenShift

Follow these instructions to prepare an OpenShift cluster for Istio.

Install Istio using the OpenShift profile:

$ istioctl install --set profile=openshift

After installation is complete, expose an OpenShift route for the ingress gateway.

$ oc -n istio-system expose svc/istio-ingressgateway --port=http2
Was this information useful?
Do you have any suggestions for improvement?

Thanks for your feedback!