클라우드 및 인프라/CKA

[CKA] Udemy - Troubleshooting - control plane failure 문제풀이

작은소행성 2023. 5. 29. 17:01

 

 

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 파일을 수정해야 한다. 

 

 

 

 

 

 

반응형