본문 바로가기

Computer Science/Kubernetes(CKA) 자격증 준비

Kubernetes 정리 228: Practice Test - Ingress - 1

Q1. We have deployed Ingress Controller, resources and applications. Explore the setup.

Q2. Which namespace is the Ingress Controller deployed in?

Q3. What is the name of the Ingress Controller Deployment?

Q4. Which namespace are the applications deployed in?

Q5. How many applications are deployed in the app-space namespace?

Q6. Which namespace is the Ingress Resource deployed in?

Q7. What is the name of the Ingress Resource?

Q8. What is the Host configured on the Ingress Resource?

The host entry defines the domain name that users use to reach the application like www.google.com

Q9. What backend is the /wear path on the Ingress configured with?

Q10. At what path is the video streaming application made available on the Ingress?

Q11. If the requirement does not match any of the configured paths what service are the requests forwarded to?

Q12. Now view the Ingress Service using the tab at the top of the terminal. Which page do you see?

Click on the tab named Ingress.

Q13. View the applications by appending /wear and /watch to the URL you opened in the previous step.

Q14. You are requested to change the URLs at which the applications are made available.

Make the video application available at /stream.

Q15. View the Video application using the /stream URL in your browser.

Click on the Ingress tab above your terminal, if its not open already, and append /stream to the URL in the browser.