Statefulset
The Statefulset card displays the various statefulset names and its metrics which helps in orchestrating stateful workloads in your cluster as in the following screen.

The following metric detail columns are available.
| Column name | Description |
|---|---|
| Namespace | The namespace name within a statefulset. |
| Total pods | The number of pods deployed within a statefulset. |
| Available pods | The number of pods that are available within a statefulset. |
| Missing pods | The number of pods that are missing within a statefulset. |
Viewing statefulset details
Click any statefulset name for which you want to view the details.
The namespace and cluster names are displayed in the header.
The top pane below the header displays the pod details such as the total, available, unavailable, and updated pods.
The All pods pane displays a list of pod names along with its details.
Clicking the pod name will take you to the pod page similar to the following screen.

The top header displays if the pod is ready or scheduled, pod status, and the total number of pod restarts.
The following graph widgets related to the pods are available.
| Metrics | Description |
|---|---|
| Cores | The number of cores within a pod. |
| CPU usage | The CPU usage in milliseconds. |
| Memory | The memory wihtin a pod. |
| Memory usage (MB) | The memory usage within a pod. |
| FS throughput | The throughput of a filesystem within a pod. |
| FS I/O | The input/output of a file system within a pod. |
Click View all in the Statefulset card header to view all the available statefulsets.
For managing each metric widget, see Managing widgets
Multi-column Filter
Statefulset
- Multi-column filter can be applied on numeric columns within the Statefulset Table to refine the displayed data based on specific conditions.
- When the user clicks on the “Filter by” option, user can apply filter below numeric columns
| Column Name | Description |
|---|---|
| Total pods | The number of pods deployed. |
| Available pods | The pods that are available within the deployment. |
| Missing pods | The pods that are missing from the deployment. |
- Each filter condition is applied using the below operators and value ( user input based on the unit)
| Operator |
|---|
| Greater than |
| Less than |
| Equals |
| Greater than or equals |
| Less than or equals |

- Once filters & conditions are applied save button is enabled & click "Save" to apply the filter.
- Once filters & conditions are applied it displays no. of filters are applied.

note
- Filters are applied using AND logic — all specified conditions must be met for a record to be displayed.
- Only numeric columns support filtering; non-numeric fields (e.g., text or categorical values) are excluded from the filter options.
- If no records match the selected filters, the table will display a message such as “No data".
- The multi-column filter state persists until the user clears filters by clicking on "Clear" button when Filter by button is clicked.
- A "Reset" button is available to clear all applied filters and restore the table to its original, unfiltered state. This button is enabled only when one or more filters are currently applied.
