Q1.The cluster is broken. We tried deploying an application but it's not working. Troubleshoot and fix the issue.
Start looking at the deployments.
A1.
작동안하는 서비스 찾기
kubectl get no
kubectl get po
pod에 Pending 상태의 것 발견
kube-system 을 조회해 kube-scheduler 의 상태를 확인한다.
kubectl get pods -n kube-system
kube-scheduler의 manifast 파일을 수정해야 한다.
반응형
'클라우드 및 인프라 > CKA' 카테고리의 다른 글
[CKA] Udemy - Mock Exam1 문제풀이 (0) | 2023.07.19 |
---|---|
CKA 자격증 신청하기 (0) | 2023.06.15 |
[CKA] Udemy - Troubleshooting - worker node failure 문제풀이 (0) | 2023.05.29 |
[CKA] kubectl JSON Path 사용법 (0) | 2023.05.23 |
[CKA] 문제풀이 - Cluster Upgrade - only Master (0) | 2023.05.15 |