Monitor Cluster Components
- metrics-server의 최신 버전 파일을 다운로드하고 클러스터에 배포
- node, pod 리소스 사용량 확인
- kubectl top node
- kubectl top pod
Managing Application Logs
- 특정 Pod의 로그를 실시간으로 확인
- kubectl logs -f pod-name pod-container-name
Monitor Cluster Components
Managing Application Logs