Nodes¶
In this panel, you can view and manage the nodes that are part of your Kubernetes cluster.
Panel Features¶
The node panel offers the following functionalities:
- State Visualization: Quickly check the status of each node (Active, Inactive, etc.).
- Detailed Information: View details such as the node name, roles (Control Plane, Worker), Kubernetes version, internal/external IP address, CPU and RAM usage, and the number of running pods.
- Node Management: Perform administrative actions directly from the panel:
- Download YAML: Download the node's YAML configuration.
- Cordon: Mark a node as unavailable for scheduling new pods.
- Drain: Evacuate all pods from a node to prepare it for maintenance.
- Delete: Remove a node from the cluster.
- Filtering: Use the filter to quickly find specific nodes.