해당 내용은 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.
'MLOps > Doker & Kubernetes' 카테고리의 다른 글
Udemy CKA 강의 정리 70: DaemonSets (0) | 2023.01.10 |
---|---|
Udemy CKA 강의 정리 69: Solution - Resource Limits (optional) (0) | 2023.01.10 |
Udemy CKA 강의 정리 62: Practice Test - Node Affinity (0) | 2023.01.10 |
Udemy CKA 강의 정리 63: Solution - Node Affinity (optional) (2) | 2023.01.10 |
Udemy CKA 강의 정리 65. Resource Requirements and Limits (0) | 2023.01.09 |
댓글