반응형 -307 Udemy CKA 강의 정리 55: Practice Test - Labels and Selectors 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.💻Labels and Selectors 실습 Q1. We have deployed a number of PODs. They are labelled with tier, envand bu. How many PODs exist in the devenvironment (env)? Q2. How many PODs are in the financebusiness unit (bu)? Q3. How m.. 2023. 1. 6. Udemy CKA 강의 정리 54. Labels and Selectors 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.이번 강의에서는 Labels와 Selectors에 대해 알아봅시다.Labels and SelectorsLabels와 Selectors은 그룹화하는 표준 방법입니다.Animals다양한 종의 동물 세트가 있습니다. 사용자는 다양한 기준에 따라 이를 그룹화 및 필터링하기를 원합니다. 아래처럼 Class로 그룹화할 수 있습니다. 또한 가축인지 야생동물인지에 따라 그룹화할수도 있습니다. 그리고 색.. 2023. 1. 6. Udemy CKA 강의 정리 53: Solution - Manual Scheduling (Optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.Q1. A pod definition file nginx.yaml is given. Create a pod using the file. Q2. What is the status of the created POD?답: Pending Q3. Why is the POD in a pending state?kubectl describe pod nginx 로 Pod를 자세히 살펴봅니다.상태가 Pen.. 2023. 1. 6. Udemy CKA 강의 정리 52: Practice Test - Manual Scheduling 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.💻Manual Scheduling 실습 Q1. A pod definition file nginx.yaml is given. Create a pod using the file. Q2. What is the status of the created POD? Q3. Why is the POD in a pending state? Q4. Manually schedule the pod on node0.. 2023. 1. 6. 이전 1 ··· 59 60 61 62 63 64 65 ··· 77 다음 반응형