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
- kotlin spring
- AWS EKS
- APM
- Java
- 정보처리기사실기 기출문제
- kotlin coroutine
- minikube
- Kubernetes
- Linux
- 코틀린 코루틴의 정석
- kotlin querydsl
- 정보처리기사 실기 기출문제
- PETERICA
- 기록으로 실력을 쌓자
- AI
- Pinpoint
- kotlin
- Spring
- CKA
- 정보처리기사 실기
- CKA 기출문제
- Elasticsearch
- 공부
- IntelliJ
- mysql 튜닝
- 오블완
- 티스토리챌린지
- CloudWatch
- MySQL
- aws
Archives
- Today
- Total
목록Kubernetes prometheus (1)
피터의 개발이야기
[kubernetes] helm을 이용한 AWS prometheus설치 후 도메인 연결
ㅁ 개요 ㅇ minikube 환경에서 실습을 수행한 적이 있다. 여기 ㅇ AWS Kubernetes 모니터링을 위한 prometheus 설치 연습 ㅇ AWS 문서: Prometheus의 제어 플레인 지표 ㅇ Helm을 사용하여 배포 1. Prometheus 네임스페이스를 생성 kubectl create namespace prometheus 2. prometheus-community 차트 리포지토리를 추가 helm repo add prometheus-community https://prometheus-community.github.io/helm-charts 3. Prometheus를 배포 helm upgrade -i prometheus prometheus-community/prometheus \ --nam..
Kubernetes/Helm
2022. 8. 1. 15:39