In the Resources tab, you can view information about worker node groups.
Each node group contains only nodes with the same configuration. The configuration of each node is shown in its node group row.
When you expand a worker node group, you can view the local and external IP addresses of each node, as well as its creation date.

You can add nodes to a group, configure group settings, and remove nodes.
key:valuekey:value:effect
key:valuekey:value:effect

key:valuekey:value:effect
You can manage individual nodes within a node group.

You can add or remove labels and taints:

key:valuekey:value:effect
When adding a taint to a node or node group, you must select a taint effect.
The effect defines how the scheduler places pods on nodes:
NoSchedule: new pods are not scheduled on the node unless they have a matching toleration.PreferNoSchedule: the scheduler avoids placing pods on the node when possible.NoExecute: pods without a matching toleration are not scheduled on the node and are evicted if already running.