Skip to content
/ aws-eks Public

This project provides several methods to implement a AWS Elastic Kubernetes Service (EKS) managed cluster. You can find Infrastructure as Code (IaC) with CloudFormation and AWS Command Line Interface (CLI) tutorials.

Notifications You must be signed in to change notification settings

sokube/aws-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This project provides several methods to implement a AWS Elastic Kubernetes Service (EKS) managed cluster. You can find Infrastructure as Code (IaC) with CloudFormation and AWS Command Line Interface (CLI) tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages