To List the nodes of the cluster:
Depending on your installation you might see at least one node with the role "master" (the control plane: kube-apiserver, etcd)
and eventually a list of worker nodes (where the containers are scheduled).
To get information about a node:
To describe a node:
The commands above show information about the node (hostname, processor, OS, ...), its capacity (CPU, memory, ...),
the Pods running on it (their names, CPU/Memory requests and limits), the total allocated resources (CPU/Memory requests and limits),
the conditions of the pressure on the disk and the memory,
and the version of some system components is also printed (Linux Kernel, Container Runtime, Kubelet, ...).
To show the resources usage in the cluster:
If the metric server is not installed, you will get this error: "error: Metrics API not available".
For more details see:
Kubernetes Metrics Server
To show the resources usage by the pods:
To print the events in the cluster: