« ArgoCD - GitOps » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
= GitOps = | |||
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. | 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. | ||
= ArgoCD = | |||
Version du 4 février 2025 à 21:36
GitOps
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.