Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suransandeepa/azuredevops-argocd-e2e-cicd


https://github.com/suransandeepa/azuredevops-argocd-e2e-cicd

aks-kubernetes-cluster argocd azure-container-registry azure-devops azure-vm docker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# AzureDevops-ArgoCD-E2E-CICD

This project demonstrates the integration of Azure DevOps Continuous Integration (CI) and ArgoCD for continuous deployment (CD) in a Kubernetes environment. It showcases the automation of building Docker images, pushing them to Azure Container Registry (ACR), and deploying the application to a Kubernetes cluster using ArgoCD for GitOps-style deployments. The CI pipeline builds and pushes the Docker image, while ArgoCD ensures seamless, automated synchronization between Git repositories and the Kubernetes environment.