사전 준비 kubectl, minikube, docker desktop 사전 설치 필요 Grafana 설치 1. https://artifacthub.io/ 접속 2. grafana 검색 3. grafana (Grafana) 클릭 4. Helm repo 추가 helm repo add {Repo Name} https://grafana.github.io/helm-charts helm repo update 5. Repo Name 'grafana'로 설치하면 아래와 같은 설치 내용이 나온다. "grafana" has been added to your repositories 6. 아래 명령어로 설치: Release Name은 개인적으로 설정 helm install {Release Name} grafana/gra..