(CKA) 03. Logging & Monitoring

CKA를 준비하면서 공부한 요약 내용입니다.

Metrics Server

  • In-memory
  • does not store

Install

  • minikube
    • minikube addons enable metrics-server
  • others
    • git clone <https://github.con/kubernetes-incubator/metrics-server>
    • kubectl create -f deploy/1.8+

View

  • kubeclt top node
  • kubeclt top pod

Managing Application Logs

Logs - k8s

로그 보기 w\ defintion

  • kubectl create -f sample.yaml
  • kubectl logs -f sample.yaml

여러 container

  • kubectl logs -f sample.yaml specific-container
Built with Hugo
Theme Stack designed by Jimmy