Skip to content

A simple Terraform config to create a small EKS cluster suitable for demos and other non-prod uses.

License

Notifications You must be signed in to change notification settings

platform9/simple-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-eks

A simple Terraform config to create a small EKS cluster suitable for demos and other non-prod uses.

Warning

Do not use this code for a production EKS cluster. It is provided for educational purposes only, primarily for use preparing EKS clusters suitable for running demos.

If you already have subnets created with appropriate networking, you can supply their IDs as a list in the variables aws_vpc_id, eks_subnets_public and (optionally) eks_subnets_private. In that case routing tables, security group rules and gateways, along with the associations between them, will not be created in the supplied subnets.

About

A simple Terraform config to create a small EKS cluster suitable for demos and other non-prod uses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages