TIL/잡다한
2023. 7. 31.
[Grafana] Helm Grafana 설치
https://velog.io/@ironkey/Prometheus-Grafana%EB%A1%9C-Kubernetes-%EB%AA%A8%EB%8B%88%ED%84%B0%EB%A7%81%ED%95%98%EA%B8%B0 본 페이지는 위 링크를 참고하여 만들었습니다. Prometheus & Grafana로 Kubernetes 모니터링하기 프로메테우스와 그라파나를 알아보고 설치하여 쿠버네티스 리소스를 모니터링 해보겠습니다. velog.io 작업은 다음과 같은 순서로 진행 - 마지막에 port forwarding이후에는 해당 명령어를 실행한 터미널은 종료하면 안됨 # 작업을 위한 namsspace 생성 kubectl create namespace monitoring # helm repo 추가 helm repo ad..