Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clowdhaus/eks-reference-architecture
Reference EKS architectures using https://github.com/terraform-aws-modules/terraform-aws-eks
https://github.com/clowdhaus/eks-reference-architecture
architectural-patterns aws-eks aws-eks-cluster infrastructure-as-code kubernetes-cluster terraform
Last synced: 6 days ago
JSON representation
Reference EKS architectures using https://github.com/terraform-aws-modules/terraform-aws-eks
- Host: GitHub
- URL: https://github.com/clowdhaus/eks-reference-architecture
- Owner: clowdhaus
- License: apache-2.0
- Created: 2022-03-25T13:10:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:22:37.000Z (13 days ago)
- Last Synced: 2024-12-09T16:33:51.010Z (13 days ago)
- Topics: architectural-patterns, aws-eks, aws-eks-cluster, infrastructure-as-code, kubernetes-cluster, terraform
- Language: HCL
- Homepage:
- Size: 173 KB
- Stars: 100
- Watchers: 4
- Forks: 27
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# EKS Reference Architecture
The configurations captured within this project are intended to serve as references for others to build upon. If you are looking to get started with one or more of the following architectures, the provided configurations can help users quickly grasp the configurations used to achieve the desired outcome.
The configurations provided are not intended to be consumed as a Terraform module, nor are they necessarily designed to be "production ready". The configurations can be greatly expanded to be closer to production ready, but are kept narrow and focused on the specific configurations that support the respective reference architecture.
- ✅ [Inferentia](https://github.com/clowdhaus/eks-reference-architecture/tree/main/inferentia)
- [ ] [IPv6](https://github.com/clowdhaus/eks-reference-architecture/tree/main/ipv6)
- ✅ [Karpenter](https://github.com/clowdhaus/eks-reference-architecture/tree/main/karpenter)
- [ ] [Multi-Region](https://github.com/clowdhaus/eks-reference-architecture/tree/main/multi-region)
- 🏗️ [Private](https://github.com/clowdhaus/eks-reference-architecture/tree/main/private)
- ✅ [Serverless](https://github.com/clowdhaus/eks-reference-architecture/tree/main/serverless)
- [ ] [Windows](https://github.com/clowdhaus/eks-reference-architecture/tree/main/windows)## License
Apache-2.0 Licensed. See [LICENSE](https://github.com/clowdhaus/eks-reference-architecture/blob/main/LICENSE).