Skip to main content

Services and Endpoints

Service resource view displays all the services that expose applications running on set of pods in a cluster.

Insights

If you select the service cart the view displayed will have details about the service in Info section including selector(The set of pods targeted by a service is usually determined by a selector), the protocol and port it is running on and any labels and annotations.

Insights

Pods expose themselves through endpoints to a service. An endpoint is an resource that gets an IP address and port of pods assigned dynamically to it. An endpoint is reference by a Kubernetes service.

Insights

For this sample application, click on Endpoints and it will list all the endpoints for your cluster.

Insights

Click on the catalog endpoint and when you explore the details you can see the IP address and port associated with the endpoint along with Info, Labels and Annotations sections.

Insights