- helm loki chart를 이용하여 loki 설치
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
- loki-stack은 여러 솔루션을 한번에 설치
- grafana 설치 비활성화
- prometheus 설치 비활성화
helm upgrade --install -n infra -f values.yaml loki grafana/loki
- grafana 대시보드 설치 후 연결