-
Notifications
You must be signed in to change notification settings - Fork 1
1.4 Setting up EKS Cluster using Terraform
tanya-sapra edited this page Dec 4, 2021
·
3 revisions
- AWS Account with IAM Permissions
- A configured AWS CLI
- AWS IAM AUthenticator
- kubectl
- wget
- Clone the following repository
https://github.com/OT-TRAINING/EKS.git
Once the clone is completed go inside the directory and go to terraform.
- Initialize Terraform workspace using the command:
terraform init
- Now, we will provision the EKS Cluster by running the command:
terraform apply
-
You can now verify that your EKS CLuster is created by going to the AWS Management Console and log in.
-
Search for "Elastic Kubernetes Service" in AWS Search and you should see your cluster created for you.