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