Skip to main content

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. The eks-workshop is running 3 nodes on which the workloads are deployed. Click on the Nodes drill down to list the nodes.

Insights

If you click on any of the node names, you will find the Info section that has a lot of details of the node - OS, container runtime, instance type, EC2 instance and Managed node group (that make it easy to provision compute capacity for the cluster). The next section, Capacity allocation shows usage and reservation of various resources on EC2 worker nodes connected to the cluster.

Insights

The next section Pods, details all the pods provisioned on the node. In this example, there are 12 running pods on this node.

Insights

The next section details any applicable Taints, labels and annotations.

Insights