Replica Sets¶
Replica Sets are Kubernetes controllers that ensure a specified number of identical Pod replicas are continuously running. They monitor Pods through label selectors, automatically scaling up or down to match the predefined replica count, and are typically invoked by Deployments for managing stateless applications.
For more information, refer to Replica Sets.
List¶
Navigate to Infrastructure > CONTAINERS, then click on Kubernetes > Replica Sets in the top-left corner of the page to view all Replica Sets retained within the space, including their names, ready counts, runtime durations, and more.
Details¶
Click on any data entry in the list to pull up its details page.
Note
If the Replica Sets field namespace
is associated, you can view the metric view corresponding to this field on the Services details page.
Basic Attributes¶
View the labels and extended attributes of this Replica Set.
- Labels
These are automatically uploaded along with the Replica Sets information. Existing labels can be displayed via quick filtering in the Replica Sets object list to show data with the same labels.
Pod¶
On the Pod page, the actual working units (Pods) created and managed by Replica Sets are directly displayed. The health status of a ReplicaSet is determined by the status of the Pods it manages, such as whether the replicas are ready or if there are crash situations. Through the embedded Pod list, you can quickly diagnose issues, such as Pod startup failures or insufficient resources.
Kubernetes Events¶
You can view event data associated with namespace
, source
, kind
, and name
.
For more details, refer to Explorer Configuration.