Skip to main content

Server Nodes

The Nodes tab gives you a view of the individual nodes that make up your server cluster, along with their current resource usage and status. Use it to check node health, understand resource distribution across the cluster, and identify nodes that may need attention.

Accessing Nodes

From the Servers section, select a server and click the Nodes tab.

Server Nodes tab showing node list with resource metrics and status

Node Information

Each node in the list displays the following:

FieldDescription
NameThe name or identifier of the node within the cluster.
RolesThe function the node performs — such as worker or control plane.
External IPThe node's externally reachable IP address.
Internal IPThe node's internal cluster IP address.
CPUCurrent CPU utilization for the node.
RAMCurrent memory utilization for the node.
PodsThe number of pods currently running on the node.
StatusThe node's current health state — Ready, NotReady, or Unknown.

Using the Nodes Tab

Check the Status column first when investigating cluster issues. A node in NotReady or Unknown state may be causing pod scheduling failures or deployment instability. Cross-reference high CPU or RAM utilization with the Pods count to identify nodes that are overloaded relative to others in the cluster.

For a broader view of server performance, use the Metrics tab alongside the Nodes tab.