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
- 공부
- 코틀린 코루틴의 정석
- 정보처리기사실기 기출문제
- aws
- Java
- CKA 기출문제
- Spring
- CloudWatch
- docker
- kotlin
- Linux
- Kubernetes
- golang
- AI
- CKA
- Pinpoint
- 기록으로 실력을 쌓자
- 티스토리챌린지
- kotlin querydsl
- minikube
- AWS EKS
- Elasticsearch
- go
- APM
- mysql 튜닝
- PETERICA
- tucker의 go 언어 프로그래밍
- kotlin coroutine
- 정보처리기사 실기 기출문제
- 오블완
Archives
- Today
- Total
목록grafana helm install (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