본문 바로가기
MLOps/Doker & Kubernetes

Udemy CKA 강의 정리 74: Practice Test - Static Pods

by 공부하는 무니 2023. 1. 10.
반응형

해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.

⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.


(보충 필요)
Q1. How many static pods exist in this cluster in all namespaces?

Q2. Which of the below components is NOT deployed as a static pod?

Q3. Which of the below components is NOT deployed as a static POD?

Q4. On which nodes are the static pods created currently?

Q5. What is the path of the directory holding the static pod definition files?

Q6. How many pod definition files are present in the manifests folder?

Q7. What is the docker image used to deploy the kube-api server as a static pod?

Q8. Create a static pod named static-busybox that uses the busybox image and the command sleep 1000

Q9. Edit the image on the static pod to use busybox:1.28.4

Q10. We just created a new static pod named static-greenbox. Find it and delete it.

반응형

댓글