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

[kubernetes] 쿠버네티스 목차 [kubernetes] 모니터링 방법 정리 ㅁ 개요 ㅇ 쿠버네티스 모니터링을 위한 Metrics 서버 설치 과정이다. ㅇ Node과 Pod의 CPU, Memory 사용량을 모니터링 할 수 있다. ㅇ [kubernetes] Metrics Server 설치, Metrics API not available 에러 해결 과정에서 설치과정을 다시 정리하였습니다. ㅁ git 소스 $ git clone https://github.com/kodekloudhub/kubernetes-metrics-server.git $ ls aggregated-metrics-reader.yaml auth-reader.yaml metrics-server-deployment.yaml README.md a..

[kubernetes] 모니터링 방법 정리 ㅁ 개요 ㅇ 쿠버네티스로 Prometheus Monitoring 환경 구축하기 ㅁ minikube cluster 생성 minikube start --cpus 4 --memory 8192 --vm-driver hyperkit ㅁ repo 추가 helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo add stable https://charts.helm.sh/stable helm repo update ㅁ char 설치 helm install prometheus prometheus-community/kube-prometheus-stack ㅁ 설치된 쿠..