MLOps/Doker & Kubernetes
Udemy CKA 강의 정리 41: Practice Test - Namespaces
공부하는 무니
2023. 1. 5. 23:19
반응형
해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.
⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.
💻
Namespaces 실습
Q1. How many Namespaces exist on the system?
Q2. How many pods exist in the research
namespace?
Q3. Create a POD in the finance
namespace.
Q4. Which namespace has the blue
pod in it?
Q5. Access the Blue
web application using the link above your terminal!!
Q6. What DNS name should the Blue
application use to access the database db-service
in its own namespace - marketing
?
Q7. What DNS name should the Blue
application use to access the database db-service
in the dev
namespace?
반응형