What is the name of the Kubernetes resource used to expose an application?
What is the name of the Kubernetes resource used to expose an application?
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.
https://kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/#:~:text=Expose%20Your%20App-,Using%20a%20Service%20to%20Expose%20Your%20App,-Objectives