« ArgoCD - GitOps » : différence entre les versions

De Marijan Stajic | Wiki
Aller à la navigation Aller à la recherche
(Page créée avec « ArgoCD »)
 
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
ArgoCD
The term '''GitOps''' refers to the '''practice of deploying''' a '''pipeline''' that '''connects''' your '''repository''' (GitLab) to your '''Kubernetes cluster'''. Whenever a '''change is made''' in the repository, it is then '''sent to''' a '''pipeline''' like '''ArgoCD''', which '''applies''' the '''change''' to the '''Kubernetes cluster'''. In the CI/CD concept, GitOps is concerned only with '''CD (Continuous Delivery)''', but it remains distinct from traditional CI/CD and should not be confused with it.
 
 
à méditer

Version du 3 février 2025 à 22:25

The term GitOps refers to the practice of deploying a pipeline that connects your repository (GitLab) to your Kubernetes cluster. Whenever a change is made in the repository, it is then sent to a pipeline like ArgoCD, which applies the change to the Kubernetes cluster. In the CI/CD concept, GitOps is concerned only with CD (Continuous Delivery), but it remains distinct from traditional CI/CD and should not be confused with it.


à méditer