1.22.
1.22.1.
- 중요
1.22.2.
1.22.2.1.
- pods
- secrets
- services
-
워크로드
Pod로 이동합니다. -
istio-operator
-
jaeger-operator
-
kiali-operator
-
$ oc get pods -n openshift-operators
출력 예
NAME READY STATUS RESTARTS AGE istio-operator-bb49787db-zgr87 1/1 Running 0 15s jaeger-operator-7d5c4f57d8-9xphf 1/1 Running 0 2m42s kiali-operator-f9c8d84f4-7xh2v 1/1 Running 0 64s
$ oc get pods -n openshift-operators-redhat
출력 예
NAME READY STATUS RESTARTS AGE elasticsearch-operator-d4f59b968-796vq 1/1 Running 0 15s
1.22.2.2.
1.22.2.2.1.
절차
$ oc logs -n openshift-operators <podName>
예를 들면 다음과 같습니다.
$ oc logs -n openshift-operators istio-operator-bb49787db-zgr87
1.22.3.
1.22.3.1.
-
istiod
-
istio-ingressgateway
-
istio-egressgateway
-
grafana
-
prometheus
-
- 참고
- 참고
-
Operators
설치된 Operator로 이동합니다. - Istio Service Mesh Control Plane 탭을 클릭합니다.
- Jaeger 탭을 클릭합니다.
-
Operators
설치된 Operator로 이동합니다.
- Istio Service Mesh Control Plane 탭을 클릭합니다.
-
Operators
$ oc get pods -n istio-system
출력 예
NAME READY STATUS RESTARTS AGE grafana-6776785cfc-6fz7t 2/2 Running 0 102s istio-egressgateway-5f49dd99-l9ppq 1/1 Running 0 103s istio-ingressgateway-6dc885c48-jjd8r 1/1 Running 0 103s istiod-basic-6c9cc55998-wg4zq 1/1 Running 0 2m14s jaeger-6865d5d8bf-zrfss 2/2 Running 0 100s kiali-579799fbb7-8mwc8 1/1 Running 0 46s prometheus-5c579dfb-6qhjk 2/2 Running 0 115s
$ oc get smcp -n <istio-system>
출력 예
NAME READY STATUS PROFILES VERSION AGE basic 10/10 ComponentsReady ["default"] 2.1.3 4m2s
출력 예
NAME READY STATUS TEMPLATE VERSION AGE basic-install 10/10 UpdateSuccessful default v1.1 3d16h
$ oc describe smcp <smcp-name> -n <controlplane-namespace>
출력 예
$ oc describe smcp basic -n istio-system
$ oc get jaeger -n <istio-system>
출력 예
NAME STATUS VERSION STRATEGY STORAGE AGE jaeger Running 1.30.0 allinone memory 15m
$ oc get kiali -n <istio-system>
출력 예
NAME AGE kiali 15m
1.22.3.1.1. Kiali 콘솔에 액세스
Kiali 콘솔에서 애플리케이션의 토폴로지, 상태 및 지표를 볼 수 있습니다. 추상 애플리케이션, 서비스 및 워크로드를 포함하여 다양한 수준에서 메시 구성 요소에 대한 인사이트를 볼 수 있습니다.
-
홈
프로젝트를 클릭합니다.
1.22.3.1.2.
설치 프로세스는 Jaeger 콘솔에 액세스하기 위한 경로를 생성합니다.
-
Red Hat OpenShift Dedicated를 사용하는 경우
dedicated-admin
역할의 계정이 있어야 합니다.
Red Hat OpenShift Dedicated를 사용하는 경우
dedicated-admin
역할의 계정이 있어야 합니다.$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
$ export JAEGER_URL=$(oc get route -n istio-system jaeger -o jsonpath='{.spec.host}')
1.22.3.2.
1.22.4.
1.22.4.1.
1.22.4.1.1.
1.22.4.1.2.