Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 175 fully featured services from data centers globally. Millions of customers—including the fastest-growing startups, largest enterprises, and leading government agencies—are using AWS to lower costs, become more agile, and innovate faster.
AWS Elastic Kubernetes Services (EKS) is a fully managed Kubernetes service provided by AWS.
This tutorial will demonstrate how to create a AWS Elastic Kubernetes Service (EKS) managed cluster. This will be done in 3 mains steps :
-
Networking Setup, in this section we will set up AWS network environment by creating different resources like a Virtual Private Cloud (VPC), Internet Gateway (IGW), Route Table, Routes, Subnets and Security Group (SG).
-
AWS EKS Cluster, then in this section, we will create IAM Cluster (Control Plane) Role, provision EKS Control Plane, IAM Node Group Role and provision Node Group (Node Group is the name given by AWS to describe group of worker nodes).
-
Cluster Testing, finally we will deploy a simple web application in the EKS Cluster to verify that it's working as expected.
To deploy the EKS Cluster we purpose two methods :
- Infrastructure as Code (IaC) tutorial with AWS CloudFormation,
- AWS Command Line Interface tutorial with shell tool.