본문 바로가기
MLOps/Doker & Kubernetes

Udemy CKA 강의 정리 68: Practice Test - Resource Requirements and Limits

by 공부하는 무니 2023. 1. 10.
반응형

해당 내용은 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 running state. Inspect this pod and identify the `Reason` why it is not running.

Q4. The status `OOMKilled` indicates that it is failing because the pod ran out of memory. Identify the memory limit set on the POD.

Q5. The `elephant` pod runs a process that consumes 15Mi of memory. Increase the limit of the `elephant` pod to 20Mi.

Q6. Inspect the status of POD. Make sure it's running

Q7. Delete the `elephant` Pod.

반응형

댓글