반응형 -294 Udemy CKA 강의 정리 58: Practice Test - Taints and Tolerations 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.💻Taints and Tolerations 실습 Q1. How many nodesexist on the system? Q2. Do any taints exist on node01node? Q3. Create a taint on node01 with key of spray, value of morteinand effect of NoSchedule Q4. Create a new pod wit.. 2023. 1. 6. Udemy CKA 강의 정리 57. Taints and Tolerations 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.이번 강의에서는 Pod와 node 관계에 대해 이야기해보고, 어떤 파드가 어떤 노드에 배치되는지를 제한하는 방법에 대해 알아보겠습니다.Taints and Tolerationstaint 및 tolerations의 개념은 초보자에게는 약간 혼란 스러울 수 있습니다. 따라서 사람에게 접근하는 벌레의 비유를 사용하여 taint 과 tolerations이 무엇인지 이해해보겠습니다. 벌레가 사람에게.. 2023. 1. 6. Udemy CKA 강의 정리 56: Solution - Labels and Selectors (Optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.Q1. We have deployed a number of PODs. They are labelled with tier, envand bu. How many PODs exist in the devenvironment (env)?파드가 많아서 세기 힘든 경우에는 아래와 같이 kubectl get pods --selector env=dev --no-headers | wc -l 커맨드를 사용하.. 2023. 1. 6. 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. 이전 1 ··· 55 56 57 58 59 60 61 ··· 74 다음 반응형