12.4. 12.4.1. 링크 복사링크가 클립보드에 복사되었습니다! kind: Service apiVersion: v1 metadata: name: node-exporter-service 1 namespace: dynamation 2 labels: servicetype: metrics 3 spec: ports: - name: exmet 4 protocol: TCP port: 9100 5 targetPort: 9100 6 type: ClusterIP selector: monitor: metrics 7 1 2 3 4 5 6 7 $ oc create -f node-exporter-service.yaml 이전다음