Category: Deployment, Docker, Infrastructure, Architecture, automation

When deploying a Kubernetes cluster, you have two major components to manage: the Control Plane (also known as the Master Nodes) and Worker Nodes. AWS EKS is a managed service provided by AWS to help run these components without worrying about the underlying infrastructure.

Related Articles