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

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

⚡🐳This project integrates Azure DevOps CI with ArgoCD 🌀 for continuous deployment to Kubernetes. It automates building Docker images, pushing them to Azure Container Registry (ACR), and deploying applications using ArgoCD for seamless GitOps deployments, streamlining cloud-native application management.
https://github.com/suransandeepa/azuredevops-argocd-e2e-cicd

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

Last synced: 7 months ago
JSON representation

⚡🐳This project integrates Azure DevOps CI with ArgoCD 🌀 for continuous deployment to Kubernetes. It automates building Docker images, pushing them to Azure Container Registry (ACR), and deploying applications using ArgoCD for seamless GitOps deployments, streamlining cloud-native application management.

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.