This code creates an EKS cluster from scratch including a brand new VPC and subnets. It also installs the ALB-Ingress controller.
- Terraform 1.15
To deploy the infrastructure run the following:
cd infra
terraform init
terraform apply
This code creates an EKS cluster from scratch including a brand new VPC and subnets. It also installs the ALB-Ingress controller.
To deploy the infrastructure run the following:
cd infra
terraform init
terraform apply