Skip to content

Stateful Sets view#

Kubernetes StatefulSets are a fundamental resource for managing applications that require unique network identities and stable storage. StatefulSets ensure that pods are uniquely named and maintain their identities across rescheduling. This is particularly valuable for applications like databases and distributed systems where stable network addresses and persistent storage are critical. See Kubernetes Documentation: StatefulSets for details.

The Stateful Sets table lists the cluster StatefulSets. You can click the StatefulSet and open the details panel with comprehensive information and access to various options for that StatefulSet. To find StatefulSets, you can filter StatefulSets by namespaces using the Namespace drop-down list and search for specific StatefulSets using the Search Stateful 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 StatefulSet.
Namespace The namespace in which the StatefulSet resides.
Pods The current number of pods managed by the StatefulSet.
Replicas The number of desired replicas for the StatefulSet.
Age The age of the StatefulSet, indicating its active duration.
More Actions Clicking on the button opens a drop-down list with the following options:
  • Restart

    Initiates a rolling restart for updates or issue resolution.

  • Scale

    Adjusts the desired number of replicas as needed.

  • Logs

    Displays the StatefulSet log to troubleshoot and monitor its status.

  • Edit

    Changes the configuration of the StatefulSet.

  • Delete

    Removes the StatefulSet.