Skip to content

Replica Sets view#

A Kubernetes ReplicaSet is a fundamental resource for ensuring that a specified number of identical pods are running at all times. They provide the capability for automatic scaling and self-healing, ensuring that the desired number of replicas is maintained. ReplicaSets are often used to guarantee the availability and reliability of applications in a Kubernetes cluster. See Kubernetes Documentation: ReplicaSet for details.

The Replica Sets table lists the cluster ReplicaSets. You can click the ReplicaSet and open the details panel with comprehensive information and access to various options for that ReplicaSet. To find ReplicaSets, you can filter ReplicaSets by namespaces using the Namespace drop-down list and search for specific ReplicaSets using the Search Replica Sets 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 The name of the ReplicaSet.
Namespace The namespace in which the ReplicaSet resides.
Desired The desired number of replicas specified for the ReplicaSet.
Current The current number of replicas running for the ReplicaSet.
Ready The number of replicas that are in a ready state.
Age The age of the ReplicaSet, indicating its active duration.
More Actions Clicking on the button opens a drop-down list with the following options:
  • Scale

    Adjusts the desired number of replicas as needed.

  • Logs

    Displays the ReplicaSet log to troubleshoot and monitor its status.

  • Edit

    Changes the configuration of the ReplicaSet.

  • Delete

    Removes the ReplicaSet.