OpenShift

OpenShift

Istio용 OpenShift 클러스터를 준비하는 과정을 보여줘요.

출처: Istio 문서

본문

다음 안내를 따라 Istio용 OpenShift 클러스터를 준비해 보세요.

OpenShift 프로필을 사용해서 Istio를 설치해요:

$ istioctl install --set profile=openshift

설치가 끝난 뒤에는 ingress 게이트웨이를 위해 OpenShift 라우트를 노출해요.

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

더 알아보기 (Learn more)