https://github.com/langburd/terraform-aws-k8s-example
https://github.com/langburd/terraform-aws-k8s-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/langburd/terraform-aws-k8s-example
- Owner: langburd
- License: mit
- Created: 2021-07-14T20:08:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T21:51:05.000Z (over 2 years ago)
- Last Synced: 2025-03-28T06:41:59.251Z (over 1 year ago)
- Language: HCL
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-aws-k8s-example
Example of AWS EKS cluster build with Terraform
## Features
- EKS uses spot instances
- Kubeconfig is saved as `kubeconfig_*` in the root of the project
- Installation of Nginx Ingress controller using official Helm chart is included
- Added creation of CNAME DNS record pointed to AWS LoadBalancer used by Ingress Controller
## Authors
- [@langburd](https://www.github.com/langburd)