반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- codebuild
- IntelliJ
- Kafka
- chartjs
- kubeflow
- codedeploy error
- docker
- node
- Airflow
- aws
- Spring
- bootstrap
- Jenkins
- SQL
- AWS CI/CD 구축하기
- or some instances in your deployment group are experiencing problems.
- 도커
- VPN
- Flux
- codedeploy
- codepipeline
- Spring Error
- aws cicd
- java bigdecimal
- chart.js
- Python
- redis
- COALESCE
- PostgreSQL
- JavaScript
Archives
- Today
- Total
Small Asteroid Blog
[CKA] Udemy - Troubleshooting - control plane failure 문제풀이 본문
클라우드 및 인프라/CKA
[CKA] Udemy - Troubleshooting - control plane failure 문제풀이
작은소행성☄️ 2023. 5. 29. 17:01728x90
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 파일을 수정해야 한다.
728x90
반응형
'클라우드 및 인프라 > 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 |