Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 475 Bytes

EKS-cluster

Required Tools

-AWS CLI
-KUBECTL
-TERRAFORM CLI

Preparation for EKS Cluster

Now run the following: terraform init terraform plan

This will download the appropriate modules and providers, and show what will be created when we decide to apply this.

Create the EKS Cluster

Once satisfied, we can now create the cluster, an Amazon EKS Kubernetes master node, plus 2 Amazon EC2 instances that will be the Kubernetes worker nodes.