OpenShift

Follow these instructions to prepare an OpenShift cluster for Istio.

Install Istio using the OpenShift profile:

  1. $ istioctl install --set profile=openshift

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

  1. $ oc -n istio-system expose svc/istio-ingressgateway --port=http2