Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suransandeepa/azuredevops-argocd-e2e-cicd
- Owner: SuranSandeepa
- Created: 2024-12-07T14:06:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T09:26:03.000Z (about 2 months ago)
- Last Synced: 2024-12-08T10:22:31.054Z (about 2 months ago)
- Topics: aks-kubernetes-cluster, argocd, azure-container-registry, azure-devops, azure-vm, docker
- Language: Shell
- Homepage:
- Size: 0 Bytes
- 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.