Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipelaptrin/live-infrastructure-gitops
Manage infrastructure using Terragrunt and ArgoCD
https://github.com/felipelaptrin/live-infrastructure-gitops
argocd gitops kubernetes terragrunt
Last synced: 11 days ago
JSON representation
Manage infrastructure using Terragrunt and ArgoCD
- Host: GitHub
- URL: https://github.com/felipelaptrin/live-infrastructure-gitops
- Owner: felipelaptrin
- Created: 2022-12-26T23:29:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T01:34:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T17:11:36.373Z (2 months ago)
- Topics: argocd, gitops, kubernetes, terragrunt
- Language: HCL
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# live-infrastructure-gitops
## Description
This is a simple project using Terragrunt (using a live-repo structure) and ArgoCD (applying GitOps principles) to deploy some test apps using AWS EKS.## Architecture
The architecture is displayed above. Every component (such as EKS, IAM Role and VPC) was created using Terragrunt.
![Architecture](/docs/architecture.png "Architecture")