Skip to content

Latest commit

 

History

History

01_terraform_eks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Basic provisioning of EKS with Terraform

You can provision a basic EKS cluster with Terraform with the following commands:

terraform init
terraform plan
terraform apply

It might take a while for the cluster to be created (up to 15-20 minutes).

As soon as the cluster is ready, you should find a kubeconfig_learnk8s kubeconfig file in the current directory.