[Docker] Container monitoring
·
DevOps/Docker & Kubernetes
📕 목차 1. Monitoring Tech Stack at Containerized Application 2. Measured Value Output 3. Prometheus Container 4. Grafana Container 5. Level of Observability 6. Practice 1. Monitoring Tech Stack at Containerized Application 📌 Container 환경에서의 Monitoring 전통적인 Application 모니터링 서버 목록과 현재 동작 상태(잔여 disk 공간, memory와 CPU 사용량)가 표시된 대시보드가 존재 과부하가 걸리거나 응답하지 않는 Server 발생 시 경보 발생 Container 환경에서 모니터링 Container를 ..