Exam KCNA All QuestionsBrowse all questions from this exam
Question 50

What is the name of the Kubernetes resource used to expose an application?

    Correct Answer: B

    In Kubernetes, a 'Service' is the resource used to expose an application. It provides a stable endpoint (IP address and DNS name) to access the Pods running the application, regardless of where the Pods are running within the cluster. This enables external access to the application and can also help in load balancing among the Pods.

Discussion
pulsefireOption: B

https://kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/#:~:text=Expose%20Your%20App-,Using%20a%20Service%20to%20Expose%20Your%20App,-Objectives