KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 50


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

Show Answer
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

1 comment
Sign in to comment
pulsefireOption: B
Mar 7, 2024

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