An open API service indexing awesome lists of open source software.

https://github.com/langburd/terraform-aws-k8s-example


https://github.com/langburd/terraform-aws-k8s-example

Last synced: 4 months ago
JSON representation

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)