해당 내용은 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` with the `nginx` image and 3 replicas.
Q5. Which nodes `can` the pods for the `blue` deployment be placed on?
Q6. Set Node Affinity to the deployment to place the pods on `node01` only.
Q7. Which nodes are the pods placed on now?
Q8. Create a new deployment named `red` with the `nginx` image and `2` replicas, and ensure it gets placed on the `controlplane` node only.
Use the label key - `node-role.kubernetes.io/control-plane` - which is already set on the `controlplane` node.
'MLOps > Doker & Kubernetes' 카테고리의 다른 글
Udemy CKA 강의 정리 69: Solution - Resource Limits (optional) (0) | 2023.01.10 |
---|---|
Udemy CKA 강의 정리 68: Practice Test - Resource Requirements and Limits (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 |
Udemy CKA 강의 정리 66. Note on default resource requirements and limits (0) | 2023.01.09 |
댓글