반응형 udemy215 Udemy CKA 강의 정리 111: Solution - Multi Container PODs (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. Identify the number of containers created in the red pod. $ kubectl get pod red Q2. Identify the name of the containers running in the blue pod. $ kubectl describe pod blue Q3. Create a multi-container pod with 2.. 2023. 1. 13. Udemy CKA 강의 정리 115: Solution - Init Containers (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. (보충필요) Q1. Identify the pod that has an initContainer configured. $ kubectl get pods $ kubectl describe pods Q2. What is the image used by the initContainer on the blue pod? $ kubectl describe pods blue Q3. What is t.. 2023. 1. 13. Udemy CKA 강의 정리 114: Practice Test - Init Containers Q1. Identify the pod that has an initContainer configured. Q2. What is the image used by the initContainer on the blue pod? Q3. What is the state of the initContainer on pod blue? Q4. Why is the initContainer terminated? What is the reason? Q5. We just created a new app named purple. How many initContainers does it have? Q6. What is the state of the POD? Q7. How long after the creation of the PO.. 2023. 1. 13. Udemy CKA 강의 정리 106: Solution - Secrets (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. How many Secrets exist on the system? 답: 1 Q2. How many secrets are defined in the dashboard-token secret? 답: 3 Q3. What is the type of the dashboard-token secret? 답: kubernetes.io/service-account-token Q4. Which.. 2023. 1. 12. 이전 1 ··· 28 29 30 31 32 33 34 ··· 54 다음 반응형