Services¶
Services are the core components in Kubernetes that provide stable network access to dynamic Pod groups. They expose services uniformly through a fixed ClusterIP or DNS name, 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 click on Kubernetes > Services in the top-left corner of the page to view all retained Services within the workspace, including names, types, service IPs, runtime durations, etc.
Details¶
Click on an 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 all other data except for this field. |
Add to display column | Add this field to the Explorer for viewing. |
Copy | Copy this field to the clipboard. |
- Labels
Uploaded automatically along with the Services information by default. Existing labels can be quickly filtered in the Services object list to display data with the same label.
YAML¶
In YAML, the system displays the complete configuration of the current Service, including all declared fields, system-default filled values, associated resources, etc., which is crucial for troubleshooting later.
Associated Analysis¶
One-stop association of metrics, containers, logs, networks, etc., corresponding to the Service, enabling faster and more comprehensive monitoring of Services' 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.