Kubernetes Monitoring Dashboard

Use the Kubernetes Monitoring dashboard to view the various details of a selected cluster.

  1. Navigate to Kubernetes monitoring from the left pane in the Observability portal.
  2. Select the Kubernetes cluster name from the Cluster: drop-down list as in the following screen.
Kubernetes cluster drop-down

The Kubernetes dashboard displays all the data related to a selected cluster as in the following screen. You can view the details of the various types of resources used for deploying applications.

Kubernetes dashboard

The top panel displays the total count for the different types of resources used to manage and deploy applications for the selected cluster as in the following screen.

Kubernetes dashboard top panel
  • Total namespaces
  • Total nodes
  • Total deployments
  • Total statefulsets
  • Total daemonsets
  • Total pods
  • Total containers

The second top panel displays the usage and storage of metrics as in the following screen.

Kubernetes storage top panel

The following metrics are displayed percentage wise.

MetricsDescription
CPU usage (%)The utilized CPU resources by containers running within Kubernetes pods in percentage.
Memory usage (%)The amount of memory resources consumed by containers running on Kubernetes nodes in percentage.
Ephemeral storage allocatableThe allocatable ephermeral storage which is a temporary storage that is attached to a pod's container.
Total fs usage (%)The total usage of storage space being used within a container's filesystem.

You can also view the following types of resources used to manage and deploy applications in Kubernetes as cards on the dashboard which are explained in the following sections.