desaiyang / DevOps

some details about DevOps and it is associated technologies ... browse thru ...
0 stars 0 forks source link

EKS Nodes #7

Open desaiyang opened 2 years ago

desaiyang commented 2 years ago

A node is a worker machine in Kubernetes and may be either a virtual or physical machine, depending on the cluster.

Each node is managed by the control plane.

A node can have multiple pods, and the kubernetes control plane automatically handles scheduling the pods across the Nodes in the cluster.

Kubernetes Components - https://kubernetes.io/docs/concepts/overview/components/

image

Amazon EKS Nodes - https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html

Amazon EKS - main page - https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html