본문 바로가기
반응형

전체 글292

Udemy CKA 강의 정리 71: Practice Test - DaemonSets 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. How many DaemonSets are created in the cluster in all namespaces? Q2. Which namespace are the DaemonSets created in? Q3. Which of the below is a DaemonSet? Q4. On how many nodes are the pods scheduled by the Daem.. 2023. 1. 10.
Udemy CKA 강의 정리 74: Practice Test - Static Pods 해당 내용은 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 w.. 2023. 1. 10.
Udemy CKA 강의 정리 75: Solution - Static Pods (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. (보충 필요) Q1. How many static pods exist in this cluster in all namespaces? kubectl get pods --all-namespaces로 확인합니다. Q2. Which of the below components is NOT deployed as a static pod? 마찬가지로 kubectl get pods --all-name.. 2023. 1. 10.
Udemy CKA 강의 정리 73: Static Pods 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. (보충 필요) 이번 강의에서는 Static Pods 에 대해 알아보도록 하겠습니다. kube-apiserver 없이 파드 정의 파일을 kubelet에 어떻게 제공할까요? 파드에 대한 정보를 저장하도록 지정된 서버의 디렉터리에서 파드 정의 파일을 읽도록 kubelet을 구성할 수 있습니다. Configure Static Pod 지정된 디렉토리른 호스트의 모든 디렉토리가 될 수 있으며, .. 2023. 1. 10.
Udemy CKA 강의 정리 70: DaemonSets 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. 이번 강의에서는 DaemonSets에 대해 알아보도록 하겠습니다. DaemonSets은 Replicasets처럼 Pod의 여러 인스턴스를 배포하는 데 도움을 줍니다. 그러나 클러스터의 각 노드에서 하나의 파드(Pod) 사본을 실행합니다. DaemonSets - UseCases DaemonSets - Definition DaemonSet을 만드는 것은 ReplicaSet을 만드는 것과 .. 2023. 1. 10.
Udemy CKA 강의 정리 69: Solution - Resource Limits (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. A pod called rabbit is deployed. Identify the CPU requirements set on the Pod kubectl describe pod rabbit커맨드를 실행하고 requests를 확인합니다. Q2. Delete the rabbit Pod. kubectl delete pod rabbit커맨드를 실행합니다. Q3. Another pod .. 2023. 1. 10.
Udemy CKA 강의 정리 68: Practice Test - Resource Requirements and Limits 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. A pod called `rabbit` is deployed. Identify the CPU requirements set on the Pod Q2. Delete the `rabbit` Pod. Q3. Another pod called `elephant` has been deployed in the default namespace. It fails to get to a runn.. 2023. 1. 10.
Udemy CKA 강의 정리 62: Practice Test - Node Affinity 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. How many Labels exist on node node01? Q2. What is the value set to the label key `beta.kubernetes.io/arch` on `node01`? Q3. Apply a label `color=blue` to node `node01` Q4. Create a new deployment named `blue` wit.. 2023. 1. 10.
반응형