Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Pinpoint
- kotlin coroutine
- golang
- Kubernetes
- 기록으로 실력을 쌓자
- 공부
- Java
- aws
- SRE
- 정보처리기사실기 기출문제
- CKA
- 정보처리기사 실기 기출문제
- Spring
- CKA 기출문제
- APM
- kotlin querydsl
- AI
- MySQL
- 티스토리챌린지
- Elasticsearch
- 코틀린 코루틴의 정석
- go
- minikube
- 오블완
- kotlin
- AWS EKS
- Linux
- CloudWatch
- PETERICA
- tucker의 go 언어 프로그래밍
Archives
- Today
- Total
목록Grafana 설치 (1)
피터의 개발이야기

ㅁ 개요 ㅇ Helm 차트를 이용하여 Grafana를 설치하는 과정을 정리하였다. ㅇ 로컬환경(Docker Desktop)에 구성된 kubernetes 환경에서 설치하였다. ㅁ Grafana의 Helm Repository 추가 $ helm repo add grafana https://grafana.github.io/helm-charts "grafana" has been added to your repositories ㅇ Grafana 설치를 위해 Helm Repository를 추가한다. ㅁ Grafana Helm Chart를 다운로드 $ git clone https://github.com/grafana/helm-charts.git Cloning into 'helm-charts'... remote: Enu..
DevOps/Grafana
2023. 1. 28. 01:40