{"id":15322857,"url":"https://github.com/msfidelis/terraformando-eks","last_synced_at":"2025-04-15T02:42:17.013Z","repository":{"id":40734678,"uuid":"256843635","full_name":"msfidelis/terraformando-eks","owner":"msfidelis","description":":rocket: :package: :whale: codebase da série de videos Terraformando o EKS no Youtube","archived":false,"fork":false,"pushed_at":"2021-03-21T01:37:11.000Z","size":29,"stargazers_count":104,"open_issues_count":0,"forks_count":37,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T14:36:07.875Z","etag":null,"topics":["course","eks","kubernetes","terraform"],"latest_commit_sha":null,"homepage":null,"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}},"created_at":"2020-04-18T20:10:11.000Z","updated_at":"2024-12-26T13:49:33.000Z","dependencies_parsed_at":"2022-08-19T12:22:02.326Z","dependency_job_id":null,"html_url":"https://github.com/msfidelis/terraformando-eks","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fterraformando-eks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fterraformando-eks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fterraformando-eks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fterraformando-eks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msfidelis","download_url":"https://codeload.github.com/msfidelis/terraformando-eks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997049,"owners_count":21195785,"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":["course","eks","kubernetes","terraform"],"created_at":"2024-10-01T09:18:22.717Z","updated_at":"2025-04-15T02:42:16.995Z","avatar_url":"https://github.com/msfidelis.png","language":"HCL","readme":"\u003ch1 align=\"center\"\u003eWelcome to Terraformando o EKS 👋\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=\".docs/\" 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  \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 Codebase da série de videos Terraformando o EKS no Youtube\n\n### 🏠 [Guia](/)\n\n* **Aula #00 - Conceitos básicos e VPC** - [Exemplos](https://github.com/msfidelis/terraformando-eks/tree/aula00_vpc) - [Video](https://www.youtube.com/watch?v=-ghbb9PyGxY)\n\n* **Aula #01 - Terraformando o EKS Cluster** - [Exemplos](https://github.com/msfidelis/terraformando-eks/tree/aula01_eks) - [Video](https://www.youtube.com/watch?v=-ghbb9PyGxY)\n\n* **Aula #02 - Node groups** - [Exemplos](https://github.com/msfidelis/terraformando-eks/tree/aula02_nodes) - [Video](https://www.youtube.com/watch?v=kXqiqZ5Nap8)\n\n* **Aula #03 - Traefik no EKS** - [Exemplos](https://github.com/msfidelis/terraformando-eks/tree/aula03_traefik) - [Video](https://www.youtube.com/watch?v=ThONqZT2Mfs\u0026t=9s)\n\n* **Aula #04 - Auto Scale do Cluster** - [Exemplos](https://github.com/msfidelis/terraformando-eks/tree/aula04_scale) - [Video](https://www.youtube.com/watch?v=tYikrqYRAaQ)\n\n### ✨ [Demo](/)\n\n## Instalação\n\n```sh\nterraform init\n```\n\n## Aplicando\n\n```sh\nterraform apply --auto-approve\n```\n\n## Validação\n\n```sh\nterraform validate\n```\n\n## Adicionando o contexto do nosso cluster ao kubectl\n\n```bash\naws eks --region us-east-1 update-kubeconfig --name nome-do-cluster\naws eks --region us-east-1 update-kubeconfig --name k8s-demo\n```\n\n```bash\nkubectl get nodes\n```\n\n## Deploy o Ingress\n\n```bash\nkubectl apply -f kubernetes/traefik/ingress.yml\n```\n\n## Deploy demo services\n\n* [Whois App](https://github.com/msfidelis/microservice-nadave-whois)\n* [Faker App](https://github.com/msfidelis/microservice-nadave-fake-person)\n* [Pudim](https://github.com/msfidelis/pudim)\n\n```bash\nkubectl apply -f kubernetes/apps/whois.yml\nkubectl apply -f kubernetes/apps/faker.yml\nkubectl apply -f kubernetes/apps/pudim.yml\n```\n\n## Deploy do Metric Server\n\n```bash\nkubectl apply -f kubernetes/metric-server/metric-server.yml\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). \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)_","funding_links":[],"categories":["\u003ca name=\"HCL\"\u003e\u003c/a\u003eHCL"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsfidelis%2Fterraformando-eks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsfidelis%2Fterraformando-eks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsfidelis%2Fterraformando-eks/lists"}