https://github.com/platform9/simple-eks
A simple Terraform config to create a small EKS cluster suitable for demos and other non-prod uses.
https://github.com/platform9/simple-eks
Last synced: 21 days ago
JSON representation
A simple Terraform config to create a small EKS cluster suitable for demos and other non-prod uses.
- Host: GitHub
- URL: https://github.com/platform9/simple-eks
- Owner: platform9
- License: apache-2.0
- Created: 2024-07-29T15:58:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T03:49:42.000Z (over 1 year ago)
- Last Synced: 2024-09-13T15:57:27.352Z (over 1 year ago)
- Language: HCL
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.