An Amazon EKS (Elastic Kubernetes Service) cluster is a managed Kubernetes service that makes it easy to deploy, manage, and scale containerized applications using Kubernetes on AWS. With EKS, AWS handles the management and operation of the Kubernetes control plane, including patching, upgrading, and scaling, allowing you to focus on deploying and managing your applications.
Key features of an EKS cluster include:
EKS is ideal for running production-grade Kubernetes workloads on AWS, offering a secure, reliable, and scalable environment for containerized applications.
Read more: https://aws.amazon.com/eks/
In this step, we will create our EKS Cluster, located in private subnets.
3.1. Create EKS cluster
3.2. Create Node groups
3.3. Configure EKS cluster