본문 바로가기

자격증/CKA

CKA - Section 4: Logging & Monitoring

Section 4: Logging & Monitoring

0 / 9|13min

 

81. Logging and Monitoring Section Introduction

82. Download Presentation Deck

 

83. Monitor Cluster Components

Monitor

클러스터의 노드 수와 같은 노드 수준 메트릭을 알고 싶음

CPU 성능 지표뿐만 아니라 정상인지 상태 확인

Pod 관련

 

84. Practice Test - Monitoring

> kubectl top node

 

85. Solution - Monitor Cluster Components (Optional)

 

86. Managing Application Logs

Logs - Docker

 

87. Practice Test - Monitor Application Logs

 

88. Solution - Monitor Application Logs (Optional)

> kubectl logs [pod] | grep USER5

 

컨테이너 지정

> kubectl logs [pod] -c [container]

'자격증 > CKA' 카테고리의 다른 글

CKA - Section 6: Cluster Maintenance  (0) 2021.03.17
CKA - Section 5: Application Lifecycle Management  (0) 2021.03.15
CKA - Section 3: Scheduling  (0) 2021.03.02
CKA - Section 2: Core Concepts  (0) 2021.02.16