6.1. Nodes
The resource status of every monitored node at a glance, and how to install the node agent.

Overview
The Nodes menu lists every node in the Kubernetes cluster along with its live resource usage. You can compare the headline metrics — CPU usage, memory usage, network traffic, load average — directly in the list, and click a node to see its detailed metric charts.
A node without the node agent (openmaru-node-agent) installed appears in the list as No agent. The node agent is part of the Helm chart and is deployed to every node in the cluster automatically (see the Installation chapter).
Open this screen from the Nodes menu in the left sidebar.
The node list
Screen layout

The Nodes screen is made up of the following.
| Area | Description |
|---|---|
| Search field | At the top right of the screen. Type a node name or IP address to filter the list quickly (it also matches other column values such as role and state). |
| Node list table | Each node's state and resource usage, by column. |
Node list columns
| Column | Description |
|---|---|
| Node | The node's name, with a colour icon for its state. Click it to open that node's detail page. |
| Role | The node's Kubernetes role (control-plane, worker and so on). |
| IP address | The node's IP address. Click it to open that node's detail page. |
| State | The node's current state, as a colour dot. |
| Uptime | How long the node has run without interruption (days, hours, minutes). |
| Cores | The number of CPU cores. |
| Memory | Total memory capacity. |
| GPU | The number of GPUs. Nodes without one show -. |
| CPU | Current CPU usage (%), as a bar and a figure. |
| Memory | Current memory usage (%), as a bar and a figure. |
| Load average (1, 5, 15 min) | The 1-minute load average (primary) with the 5- and 15-minute values (secondary), shown with a bar. |
| Network in | Current network receive (Rx) traffic, with a down arrow icon. |
| Network out | Current network transmit (Tx) traffic, with an up arrow icon. |
Node states
Node states are as follows.
| State | Colour | Description |
|---|---|---|
| Up | Green | The node agent is working and metrics are being collected |
| Down | Red (blinking) | No metrics are arriving. The node or the agent may have failed |
| No agent (unknown) | Red (blinking) | The node exists in the Kubernetes cluster but the node agent is not installed |
Note: the CPU and memory usage bars change colour with the level of use, from normal (green) to warning (orange) to critical (red). CPU turns to warning at 70% and critical at 85%; memory turns to warning at 75% and critical at 90%. The load average turns to warning (orange) at 1× the core count and critical (red) at 2×.
Main features
Searching for a node
To find a particular node quickly:
- Type a node name or IP address into the search field at the top right (it also matches other column values such as role and state).
- Only the nodes matching your text remain in the list.
- Click the
xbutton to the right of the search field to reset the search.
Sorting columns
To sort the nodes by a particular metric:
- Click a column header at the top of the table (CPU, Memory, Load average (1, 5, 15 min) and so on).
- Click the same header again to switch between ascending and descending.
- You can sort by several columns at once.
Tip: sorting the CPU column descending gets you quickly to the nodes with the highest CPU usage.
Installing the node agent
The node agent is part of the main Helm chart and is deployed automatically to every node in the cluster as a DaemonSet. Installing the Helm chart puts the agent on each node; there is nothing to do in the UI. For installation and configuration (including setting the Observability URL and API key), see the Installation chapter.
Note: a node without the node agent appears in the list as No agent, and no detailed metrics such as CPU and memory are collected for it. Where you see this, check that the node agent DaemonSet pod deployed correctly on that node.
Going to a node's detail page
To see a particular node's detailed metrics:
- Click the node name or IP address in the list.
- That node's detail page opens.
The node detail page

The node detail page carries the selected node's system information and its time-series metric charts.
Header and basic information
The node's basic information appears at the top of the page.
| Item | Description |
|---|---|
| Node name | The name of the selected node |
| IP address | The node's IP address |
| Cores | The number of CPU cores |
| Memory | Total memory capacity |
| GPU | The number of GPUs (shown only where the node has one) |
| State | The node's current state (up, down, no agent) |
Click the node name dropdown in the breadcrumb area to switch to another node quickly. Click the Nodes link to return to the node list.
Note: where the query time range is longer than three days, it is limited automatically to the last three days. The time range bar at the top shows the range actually being queried, with a 3-day limit badge where the limit applied.
Where a node is not responding (powered off, disconnected from the network) or has no node agent installed, a message explains that the node exists in the Kubernetes cluster but its metrics cannot be collected.
System tab

The System tab carries the node's system resource metrics.
Node information
The Node information section is expanded by default; click its header to collapse or expand it. It carries the following.
| Item | Description |
|---|---|
| Node | The node name and IP address |
| Role | The node's Kubernetes role (control-plane, worker and so on) |
| Kernel version | The Linux kernel version |
| Kubelet version | The Kubernetes kubelet version |
| Container runtime version | The container runtime (containerd, for example) |
| OS image | The operating system image name (Rocky Linux 9.5, for example) |
| Cloud provider | The cloud environment, where applicable |
| Availability zone | The cloud availability zone, where applicable |
| Instance type | The cloud instance type, where applicable |
System metric sections
Click a section header to expand or collapse its charts.
| Section | Metrics included |
|---|---|
| CPU | Overall CPU usage (%), CPU usage detail (user, nice, system, iowait, steal, irq, softirq and so on), top CPU processes, and the load average (1, 5, 15 min) time series |
| Memory | Memory usage and free space over time |
| Network | Receive and transmit traffic per network interface |
| Disk | Disk read and write throughput, disk usage, and I/O utilization |
Tip: the CPU, memory, network and disk sections are expanded by default. Leaving only the sections you need expanded helps you concentrate on the metrics you want.
For how to work the charts (zoom, legend toggling, full screen and so on), see Using charts.
GPU tab

The GPU tab is enabled only on nodes fitted with a GPU. A badge beside the tab gives the number of GPUs.
The GPU tab carries the following GPU metric charts.
| Metric | Description |
|---|---|
| GPU utilization | GPU core utilization (%) over time |
| GPU memory utilization | GPU memory utilization (%) over time |
| GPU temperature | GPU temperature over time |
| GPU power | GPU power consumption over time |
| Top GPU processes | Usage per process using the GPU |
| Top GPU memory processes | Usage per process using GPU memory |
Note: on nodes without a GPU, the GPU tab is disabled.
Related documents
- Dashboard — overall cluster resource status
- Using charts — working the charts (zoom, legend, full screen and so on)
- Settings — managing the node agent API key
- Installation — the agent installation guide