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.

Kubernetes statefulset

The following metric detail columns are available.

Column nameDescription
NamespaceThe namespace name within a statefulset.
Total podsThe number of pods deployed within a statefulset.
Available podsThe number of pods that are available within a statefulset.
Missing podsThe 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.

Kubernetes pod details

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.

MetricsDescription
CoresThe number of cores within a pod.
CPU usageThe CPU usage in milliseconds.
MemoryThe memory wihtin a pod.
Memory usage (MB)The memory usage within a pod.
FS throughputThe throughput of a filesystem within a pod.
FS I/OThe 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