반응형
해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.
⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.
💻
Labels and Selectors 실습
Q1. We have deployed a number of PODs. They are labelled with tier
, env
and bu
. How many PODs exist in the dev
environment (env
)?
Q2. How many PODs are in the finance
business unit (bu
)?
Q3. How many objects are in the prod
environment including PODs, ReplicaSets and any other objects?
Q4. Identify the POD which is part of the prod
environment, the finance
BU and of frontend
tier?
Q5. A ReplicaSet definition file is given replicaset-definition-1.yaml
. Try to create the replicaset. There is an issue with the file. Try to fix it.
반응형
'MLOps > Doker & Kubernetes' 카테고리의 다른 글
Udemy CKA 강의 정리 57. Taints and Tolerations (0) | 2023.01.06 |
---|---|
Udemy CKA 강의 정리 56: Solution - Labels and Selectors (Optional) (0) | 2023.01.06 |
Udemy CKA 강의 정리 54. Labels and Selectors (0) | 2023.01.06 |
Udemy CKA 강의 정리 53: Solution - Manual Scheduling (Optional) (0) | 2023.01.06 |
Udemy CKA 강의 정리 52: Practice Test - Manual Scheduling (0) | 2023.01.06 |
댓글