Skip to content

Endpoints view#

Kubernetes Endpoints serve as an essential resource for connecting services to their backing pods. They act as the bridge, enabling the services to interact with the underlying workloads. Endpoints are an integral part of ensuring that applications can communicate seamlessly within the cluster. See Kubernetes Documentation: Service for details.

The Endpoints table lists the cluster Endpoints. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Endpoints input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name Displays the name of each Endpoint.
Namespace Indicates the namespace in which the Endpoint resides.
Endpoints Shows the details of the Endpoint, including the network addresses.
Age Indicates how long the Endpoint has been operational.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the Endpoint.

  • Delete

    Removes the Endpoint.