3.2.2. 로깅 수집기 Pod 보기
oc get pods --all-namespaces -o wide
명령을 사용하여 Fluentd가 배포된 노드를 볼 수 있습니다.
프로세스
openshift-logging
프로젝트에서 다음 명령을 실행합니다.
$ oc get pods --selector component=fluentd -o wide -n openshift-logging
출력 예
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES fluentd-8d69v 1/1 Running 0 134m 10.130.2.30 master1.example.com <none> <none> fluentd-bd225 1/1 Running 0 134m 10.131.1.11 master2.example.com <none> <none> fluentd-cvrzs 1/1 Running 0 134m 10.130.0.21 master3.example.com <none> <none> fluentd-gpqg2 1/1 Running 0 134m 10.128.2.27 worker1.example.com <none> <none> fluentd-l9j7j 1/1 Running 0 134m 10.129.2.31 worker2.example.com <none> <none>