Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 377 Bytes

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.