Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 2.41 KB

README.md

File metadata and controls

55 lines (29 loc) · 2.41 KB

AWS Elastic Kubernetes Service (EKS)

EKS


General

Amazon Web Services (AWS)

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 Service

AWS Elastic Kubernetes Services (EKS) is a fully managed Kubernetes service provided by AWS.


Description of project

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.


Tutorial Deployment

To deploy the EKS Cluster we purpose two methods :


Infrastructure

EKS Architecture for Control Plane and Worker Node Communication

EKS communication infra


EKS Detailed Network Infrastructure

EKS network schema


EKS Project Architecture

EKS infra schema