Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravindrasinghh/argocd-setup
GitOps: Build CI/CD Pipeline using GitHub Actions, ArgoCD, and deploy on EKS cluster
https://github.com/ravindrasinghh/argocd-setup
Last synced: about 1 month ago
JSON representation
GitOps: Build CI/CD Pipeline using GitHub Actions, ArgoCD, and deploy on EKS cluster
- Host: GitHub
- URL: https://github.com/ravindrasinghh/argocd-setup
- Owner: ravindrasinghh
- Created: 2023-05-02T17:37:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T17:07:37.000Z (3 months ago)
- Last Synced: 2024-09-15T18:30:11.874Z (3 months ago)
- Language: HCL
- Homepage:
- Size: 417 KB
- Stars: 14
- Watchers: 5
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# argocd-setup
# Argo CD - Declarative Continuous Delivery for Kubernetes## What is Argo CD?
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
![Argo CD UI](docs/cicd2.png)
## Why Argo CD?
1. Application definitions, configurations, and environments should be declarative and version controlled.
1. Application deployment and lifecycle management should be automated, auditable, and easy to understand.## Who uses Argo CD?
[Official Argo CD user list](USERS.md)
## Documentation
To learn more about Argo CD [go to the complete documentation](https://argo-cd.readthedocs.io/).
Check live demo at https://youtu.be/aknJrQH8TMM.