본문 바로가기

자격증/CKA

(5)
CKA - Section 6: Cluster Maintenance Section 6: Cluster Maintenance 118. Cluster Maintenance - Section Introduction 클러스터 유지 운영체제 업그레이드 119. Download Presentation Deck 120. OS Upgrades 클러스터의 일부인 노드를 중단해야하는 시나리오 기본 소프트웨어 업그레이드 또는 보안 패치와 같은 패치 적용 같은 유지 관리 목적 포드가 온라인 상태가 될 때까지 기다리는 시간을 포드 제거 시간 초과이며 5분 노드를 비울 때 > kubectl drain node-1 > kubectl cordon node-1 : 노드를 예약할 수 없음으로 표시함 / drain과 달리 기존 노드에서 포드를 종료하거나 이동하지 않음 단순히 노드에 새 포드가 예약되지 않..
CKA - Section 5: Application Lifecycle Management Section 5: Application Lifecycle Management 0 / 28|1hr 31min 90. Application Lifecycle Management 91. file download 92. Rolling Upgrade ans Rollback Rollout and Versioning Rollout Command > kubectl rollout status deployment [deployment name] > kubectl rollout history [] kubectl apply > kubectl apply -f deployment-definition.yml 파일 고치고 다시 배포 > kubectl set image deployment/myapp-deployment nginx=n..
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 - Mon..
CKA - Section 3: Scheduling Section 3: Scheduling 0 / 32|1hr 50min 49. 스케줄러 설치하고 구성하는 방법 50. Download Presentation Deck for this section 51. Manual Scheduling 수동으로 예약하는 방법 내장된 스케쥴러에 의존하지 않고 수동으로 스케줄러 작동시키기 nodeName: 적합한 노드 식별해서 직접 바인딩 시켜줘야함 52. Practice Test - Manual Scheduling 53. Solutaion - Manual Scheduling (optional) 54. Labels and Selectors Labels: 객체 식별 정보이며, 요구사항에 맞춰 개체의 하위 집합을 구성하고 선택하는데 사용됨. 객체의 고유성을 제공하지 않아, 여러 ..
CKA - Section 2: Core Concepts Section 2: Core Concepts 12 / 41|3hr 2min 8. Core Concepts Section Introduction 9. Download Presentation Deck for this section 10. Cluster Architecture Kubernetes Architecture Master Node (Manage, Plan, Schedule, Monitor, Nodes) - ETCD Cluster - Kube-api Server - Kube Controller Manager - Kube-scheduler Worker Nodes (Host Application Containers) - Kubelet - Kube-proxy - container Runtime Engine ..