Nodes
Nodes – Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods.
Update the taints on one or more nodes.
List one or more nodes.
Delete a node or multiple nodes.
Display Resource usage (CPU/Memory/Storage) for nodes.
Pods running on a node.
Annotate a node.
Mark a node as unschedulable.
Mark node as schedulable.
Drain a node in preparation for maintenance.
Add or update the labels of one or more nodes.
Last updated