본문 바로가기
MLOps/Doker & Kubernetes

Udemy CKA 강의 정리 33: Practice Test - Deployments

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

해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests  강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.

⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.


💻
ReplicaSets 실습

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.yamlfile 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

반응형

댓글