Nodes view#
In the Nodes view, you can manage your Kubernetes cluster nodes. Kubernetes nodes are individual machines in a cluster responsible for running containerized applications. They form the foundation of a Kubernetes cluster, providing the runtime environment for containers. See Kubernetes Documentation: Nodes for details.
The Nodes table lists the cluster nodes. You can click the list items and open the details panel with comprehensive information and various options. You can also search for a specific item using the Search Nodes input field.
You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:
Note
The table content can be exported in the CSV
file format.
Column | Description |
---|---|
Name | The name of the node. |
CPU | The CPU resources available on the node. |
Memory | The amount of available memory on the node. |
Disk | The disk storage capacity of the node. |
Taints | Any taints applied to the node, affecting pod scheduling. |
Roles | The roles assigned to the node, such as control plane or worker. |
Version | The Kubernetes version running on the node. |
Age | The period of the node activity. |
Conditions | The current status and health conditions of the node. |
More Actions |
Clicking on this button opens a drop-down list with the following buttons:
|