Skip to content

szabodorka/eks-standalone-infra

Repository files navigation

Minimal Terraform setup to provision a standalone AWS EKS cluster for demos.

Resources

  • VPC (public and private subnets, IGW, NAT)
  • EKS cluster and managed node group
  • EBS CSI addon
  • AWS Load Balancer Controller (Helm)

Prerequisites

Setup

  1. Clone the repository:
git clone https://github.com/szabodorka/eks-standalone-infra.git
  1. Rename terraform.tfvars.example to terraform.tfvars and specify value of variables

  2. Initialize and apply the Terraform configuration:

terraform init
terraform apply

Cleanup

Remove AWS resources with the following command:

terraform destroy

About

Standalone AWS EKS cluster for demo purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages