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
- IntelliJ
- kotlin
- Spring
- minikube
- CKA 기출문제
- MySQL
- 정보처리기사 실기
- kotlin spring
- 공부
- Java
- 정보처리기사실기 기출문제
- PETERICA
- AWS EKS
- 코틀린 코루틴의 정석
- aws
- 티스토리챌린지
- APM
- 기록으로 실력을 쌓자
- kotlin querydsl
- 정보처리기사 실기 기출문제
- CloudWatch
- CKA
- Pinpoint
- mysql 튜닝
- AI
- kotlin coroutine
- Kubernetes
- 오블완
- Linux
- Elasticsearch
Archives
- Today
- Total
목록Kubernetes/Logging & Monitoring (12)
피터의 개발이야기
[kubernetes] node와 pod의 CPU, 메모리 확인 방법
[kubernetes] 쿠버네티스 목차 [kubernetes] 모니터링 방법 정리 ㅁ 개요 kubernetes 환경에서 노드와 자원의 상태를 확인하기 위해 kubectl top 명령어를 자주 사용한다. ㅁ kubectl top no ㅇ 노드의 CPU 자원과 메모니 사용 현황과 퍼센트를 확인 할 수 있다. ㅁ kubectl top po ㅇ 컨테이너의 CPU와 메모니 사용량을 확인 할 수 있다.
Kubernetes/Logging & Monitoring
2022. 8. 19. 02:43
[kubernetes] Prometheus Monitoring 환경 구축하기
[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 ㅁ 설치된 쿠..
Kubernetes/Logging & Monitoring
2022. 7. 14. 15:20