Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.