Prometheus stack 으로 서버 시스템 모니터링 하기
개요 본 문서에서는 Helm 차트를 이용해 Prometheus Stack을 설치하고, Kubernetes 기반 시스템의 상태를 효율적으로 모니터링하는 방법을 소개합니다. Prometheus, Grafana, Alertmanager 등을 포함한 통합 모니터링 스택을 통해 클러스터의 리소스 사용량, 네트워크 트래픽, 애플리케이션 성능 등을 직관적으로 시각화하고, 운영 안정성을 높일 수 있습니다. 헬름차트 정보 NAME CHART VERSION APP VERSION DESCRIPTION prometheus/kube-prometheus-stack 75.15.1 v0.83.0 kube-prometheus-stack collects Kubernetes manif... values.yaml 수정내용 요약 grafana ingress 활성 및 호스트이름 등록 prometheus ingress 활성 및 호스트이름 등록 설치 helm repo add prometheus https://prometheus-community.github.io/helm-charts helm install prometheus-stack prometheus/kube-prometheus-stack -n monitoring --create-namespace -f ...