본문 바로가기
반응형

cka215

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.
Udemy CKA 강의 정리 63: Solution - Node Affinity (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. How many Labels exist on node node01? kubectl describe node node01 로 확인합니다. 답: 5 Q2. What is the value set to the label key beta.kubernetes.io/arch on node01? 마찬가지로 kubectl describe node node01 에서 확인합니다. 답: amd64.. 2023. 1. 10.
반응형