해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.
⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.
Q1. How many PODs exist on the system?
In the current(default) namespace.
Q2. How many ReplicaSets exist on the system?
In the current(default) namespace.
Q3. How many Deployments exist on the system?
Q4. How many Deployments exist on the system now?
Q5. How many ReplicaSets exist on the system now?
Q6. How many PODs exist on the system now?
Q7. Out of all the existing PODs, how many are ready?
Q8. What is the image used to create the pods in the new deployment?
Q9. Why do you think the deployment is not ready?
Q10. Create a new Deployment using the deployment-definition-1.yaml
file located at /root/.
There is an issue with the file, so try to fix it.
Q11. Create a new Deployment with the below attributes using your own deployment definition file.
Name: httpd-frontend
;
Replicas: 3
;
Image: httpd:2.4-alpine
'MLOps > Doker & Kubernetes' 카테고리의 다른 글
Udemy CKA 강의 정리 36: Services Cluster IP (0) | 2023.01.05 |
---|---|
Udemy CKA 강의 정리 34: Solution - Deployments (Optional) (0) | 2023.01.05 |
Udemy CKA 강의 정리 35: Services (0) | 2023.01.04 |
Udemy CKA 강의 정리 32: Certification Tip! (0) | 2023.01.04 |
Udemy CKA 강의 정리 31: Deployments (0) | 2023.01.04 |
댓글