-
Helm을 이용하여 기본 Prometheus 띄워보기Computer Science/Monitoring 2023. 3. 23. 15:08
artifacthub.io 에서 prometheus의 helm chart를 다운받아 진행하였다.
https://artifacthub.io/packages/helm/prometheus-community/prometheus
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update
pelm repo 를 다운받았고 바로 실행하였다.
helm install prometheus prometheus-community/prometheus --namespace monitoring --set alertmanager.persistentVolume.enabled=false,server.persistentVolume.enabled=false
prometheus라는 이름으로 monitoring namespace에 배포하였다.
기본으로 prometheus 설치시 volume 옵션을 해제해줘야한다. 그렇지 않으면 pendding 상태로 뜨지 않는다.
prometheus-server에 포트포워딩 하여서 들어가보면 잘 뜬다.
'Computer Science > Monitoring' 카테고리의 다른 글
Prometheus + Grafana 로 k8s 모니터링 하기 (0) 2023.08.15 Prometheus - Exporter (0) 2023.04.16 Prometheus - Web UI 메뉴 간략 설명 (0) 2023.04.16 Prometheus 기초 공부 내역 (0) 2023.03.23