{"id":15322953,"url":"https://github.com/msfidelis/eks-terraform-orchestration","last_synced_at":"2025-07-08T15:05:22.365Z","repository":{"id":92817565,"uuid":"254750381","full_name":"msfidelis/eks-terraform-orchestration","owner":"msfidelis","description":":package: :whale: :rocket: Complete setup process to manage EKS cluster using Terraform","archived":false,"fork":false,"pushed_at":"2020-07-16T20:39:10.000Z","size":39,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T02:43:36.534Z","etag":null,"topics":["aws","eks","envoy","jaeger","kubernetes","nginx-ingress-controller","terraform","traefik-ingress"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msfidelis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-10T22:43:04.000Z","updated_at":"2024-04-26T08:41:01.000Z","dependencies_parsed_at":"2023-04-21T16:04:55.287Z","dependency_job_id":null,"html_url":"https://github.com/msfidelis/eks-terraform-orchestration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msfidelis/eks-terraform-orchestration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Feks-terraform-orchestration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Feks-terraform-orchestration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Feks-terraform-orchestration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Feks-terraform-orchestration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msfidelis","download_url":"https://codeload.github.com/msfidelis/eks-terraform-orchestration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Feks-terraform-orchestration/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264292913,"owners_count":23586060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","eks","envoy","jaeger","kubernetes","nginx-ingress-controller","terraform","traefik-ingress"],"created_at":"2024-10-01T09:18:38.422Z","updated_at":"2025-07-08T15:05:22.359Z","avatar_url":"https://github.com/msfidelis.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"\"\u003e EKS Setup Example with Terraform :package: :whale: :rocket:  \u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-v0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"/\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"Terraform Compatibility\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Build\" src=\"https://github.com/msfidelis/eks-terraform-orchestration/workflows/Terraform%200.12.*%20compatibility/badge.svg?branch=master\" /\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://twitter.com/fidelissauro\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: fidelissauro\" src=\"https://img.shields.io/twitter/follow/fidelissauro.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Easy Way to Setup EKS with Ingress Controller like Nginx, Traefik, Envoy e etc\n\n\nThis repo contains methods to deploy this resources on Amazon EKS \n\n* Custom Ingress Controller behind the ALB \n* Jaeger to improve observability \n* Deployment methods for infraestructure and applications\n\nEnjoy and customize to your use case \n\n\n### 🏠 [Homepage](/)\n\n### ✨ [Demo](/)\n\n## Install\n\n```sh\ngit clone git@github.com:msfidelis/eks-terraform-setup.git\n```\n\n## Usage\n\nThis repo should be used like template or reference to your project.\n\n\n### Edit variables.tf\n\n```sh\nvim variables.tf\n```\n\n### Apply \n\n```sh\nterraform plan\nterraform install --auto-approve\n```\n\n### Configure credentials to local workstation or bastion host \n\n```sh\naws eks --region {region} update-kubeconfig --name {cluster name}\naws eks --region us-east-1 update-kubeconfig --name k8s-demo\n```\n\n## Deploy applications for this demo \n\n```sh\ncd kubernetes/applications/\nkubectl apply -f *\n```\n\n## Choose your ingress\n\n### Available flavors \n\n* Traefik\n* NGINX \n* Haproxy\n* Gloo \n* Ambassador\n* Kong\n* Contour\n\n```sh\ncd kubernetes/ingress/{your flavor}/\n```\n\n### Deploy your ingress controller as Daemonset\n\n```sh\nkubectl apply -f ingress.yml\n```\n\n### Deploy the ingress rules\n\n```sh\nkubectl apply -f rules.yml\n```\n\n## Run tests\n\n```sh\nterraform validate\n```\n\n## Author\n\n👤 **Matheus Fidelis**\n\n* Website: https://raj.ninja\n* Twitter: [@fidelissauro](https://twitter.com/fidelissauro)\n* Github: [@msfidelis](https://github.com/msfidelis)\n* LinkedIn: [@msfidelis](https://linkedin.com/in/msfidelis)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](/issues). You can also take a look at the [contributing guide](CONTRIBUTING.md).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2020 [Matheus Fidelis](https://github.com/msfidelis).\u003cbr /\u003e\nThis project is [MIT](LICENSE) licensed.\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsfidelis%2Feks-terraform-orchestration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsfidelis%2Feks-terraform-orchestration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsfidelis%2Feks-terraform-orchestration/lists"}