Skip to content

Services


Services are the core components of Kubernetes that provide stable network access to dynamic Pod groups. They expose services uniformly through fixed ClusterIP or DNS names, shielding changes such as scaling, fault replacement, and rolling updates of backend Pods.

For more information, refer to Services.

List

Go to Infrastructure > CONTAINERS, and in the top-left corner of the page, click to enter Kubernetes > Services to view all the information about Services retained within the space, including name, type, service IP, runtime, etc.

Details

Click on a data entry in the list to pull out its details page.

Basic Attributes

View the Cluster IP, service type, labels, and extended attributes of this Service.

  • Click Cluster IP/Service Type, and you can perform the following actions:
Action Description
Filter field value Add this field to the Explorer to view all data related to this field.
Reverse filter field value Add this field to the Explorer to view data other than this field.
Add to display columns Add this field to the Explorer for viewing.
Copy Copy this field to the clipboard.
  • Labels

Uploaded automatically by default with the Services information. Existing labels can be used to filter and display data with the same label in the Services object list via quick filtering.

YAML

In YAML, the system displays the complete configuration of the current Service, including all declared fields, system auto-filled default values, associated resources, etc., which is key for troubleshooting later.

Correlation Analysis

One-stop correlation analysis of metrics, containers, logs, networks, etc., corresponding to the Service, enabling faster and more comprehensive monitoring of the Service's operational status.

Change Events

For more details, refer to Change Event Details.

Kubernetes Events

You can view event data associated with namespace, source, kind, and name.

For more details, refer to Explorer Configuration.

Feedback

Is this page helpful? ×