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

ㅁ 개요 ㅇ 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