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.
- Host: GitHub
- URL: https://github.com/suransandeepa/azuredevops-argocd-e2e-cicd
- Owner: SuranSandeepa
- Created: 2024-12-07T14:06:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:34:34.000Z (10 months ago)
- Last Synced: 2025-02-09T23:13:37.335Z (8 months ago)
- Topics: aks-kubernetes-cluster, argocd, azure-container-registry, azure-devops, azure-vm, azure-vmss, docker
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.