Node List
A Node in Kubernetes represents a worker machine within the cluster. It's a physical or virtual machine that hosts and runs Pods (the smallest deployable units in Kubernetes).
More Details: https://kubernetes.io/docs/concepts/architecture/nodes
The Node List provides a central view of all nodes within your Kubernetes cluster, their status, CPU capacity, memory capacity, pod count, IP address, CPU request limit, usage and version. This data is essential for effective cluster monitoring, resource management, and identifying potential performance bottlenecks. To delve deeper into the specifics of any particular node, simply click on it for detailed insights.

One user select any Nodes s/he will will see the Metadata, Metrics, Specs, Taints, Status of Node

Next Page
Namespaces