K8S Pods dashboard
As an administrator, use the K8S Pods dashboard to understand the following information:
- The CPU, Memory, Ephemeral storage, and Volume profiles of a Kubernetes pod
- Details of the events that are related to a Kubernetes pod
- The number of times that a pod restarted in a specified interval
- The current status of a pod. The status can be one of the following values:
- Running
- Succeeded
- Odnding
- Failed
- Unknown
The following image shows the K8S Pods dashboard:
To view the dashboard:
- In BMC Helix Dashboards from the navigation menu, click Dashboards.
- Click the Operations Management folder and click K8S Pods.
Panels in the K8S Pods dashboard
Panel | Description | Example |
---|---|---|
The top menu bar | The menu bar, where you can select the following options:
Select one of the following links to view the corresponding dashboard:
| ![]() |
The Status section | ||
Restarts Top 10 | The number of times that the top 10 containers in the pod restarted in the last polling interval. | ![]() |
Ready | Displays whether the pod is ready based on the pod conditions returned by the Kubernetes API. The following values are valid:
| ![]() |
Status | The status of the pod. The following values are valid:
| ![]() |
The CPU Profile section | ||
CPU Utilization Top 10 | The CPU utilization of the top 10 pods in percentage. | ![]() |
CPU Usage Core Seconds Top 10 | The CPU usage of top 10 pods in seconds. The CPU usage is calculated as the sum of all cores. | ![]() |
CPU Average Usage Cores Top 10 | The average CPU usage of top 10 pods in cores. The average CPU is calculated as the average of the sum of all cores. | ![]() |
The Memory Profile section | ||
Memory Utilization Top 10 | The memory utilization of the top 10 pods in percentage. | ![]() |
Memory Page Faults & Major Page Faults Top 10 | The number of the memory page faults and major page faults of the top 10 pods on the node. | ![]() |
Memory Usage Bytes, RSS Bytes Top 10 | The total memory in use in bytes and the amount of Resident Set Size (RSS) memory in MB of the top 10 pods in the node. | ![]() |
The Ephemeral Storage Profile section | ||
Ephemeral Storage Utilization Top 10 | The percentage of the file system space utilization of the top 10 pods on the node.
| ![]() |
Ephemeral Storage Used and Available Bytes Top 10 | The used and available storage space in the filesystem of the top 10 pods in MB. | ![]() |
Ephemeral Storage Inodes Used & Free Top 10 | The number of used and free file system inodes of the top 10 pods on the node. | ![]() |
The Network Profile section | ||
Network Total Bytes Top 10 | The total number of bytes that are received and transmitted over the network on the top 10 pods in MB. | ![]() |
Network Transmitted & Received Bytes Top 10 | The number of bytes that are received and transmitted over the network on the top 10 pods in MB. | ![]() |
Network Transmitted & Received Errors | The number of errors that are received and transmitted on the top 10 pods over the network. | ![]() |
The Volume Profile section | ||
Volume Utilization Top 10 | The storage space utilization of the top 10 pods on the node in percentage. | ![]() |
Volume Used Bytes and Available Bytes Top 10 | The number of used and available bytes in the storage space on the volumes of the top 10 pods in MB. | ![]() |
Inodes Used & Free Top 10 | The number of used and free inodes on the volumes of the top 10 pods . | ![]() |
The Events panel | ||
Events | The number of open events related to the pod. You can see details such as the time when the event occurred, its metric information, and the value that caused the threshold breach. | ![]() |