Prometheus1 prometheus operator 간단 설치 (NodePort 사용) 1. prometheus operator 를 git clone git clone https://github.com/prometheus-community/helm-charts.git 2. 설치를 위한 namespace 생성 shell> kubectl create namespace monitor 3. prometheus 의 tsdb 데이터가 저장 될 pv 생성 kube-pv.yaml apiVersion: v1 kind: PersistentVolume metadata: name: kube-pv spec: capacity: storage: 1Gi # 스토리지 용량 1GB volumeMode: Filesystem # 파일 시스템 형식 accessModes: # 읽기/쓰기 옵션 - ReadWriteOnce stor.. 2023. 6. 2. 이전 1 다음