Skip to main content

Testing GitOps Pattern for Multi Cluster Env

ArgoCD Spelix 링크: http://waji.spelix.co.kr/

현재 구조

image.png


현재 테스트용 4개 클러스터
- argocd-cluster 
- prd-cluster    (ctype: prd) -> argocd cluster secret속 추가 label
- stg-cluster    (ctype: stg) -> argocd cluster secret속 추가 label
- dev-cluster   (ctype: prd) -> argocd cluster secret속 추가 label


현재 배포 한 테스트 어플리케이션 및 네임스페이스 이름
- note
- sample
 

현재 Argo CD 메인 페이지 및 구조

image.png





Gitops Application 리소스 배포

image.png





app-generator-prd 배포 구조

image.png




app-generator-stg 구조

image.png





실제로 App 배포 된 상태 확인 (예시로 app-generated-prd-note-prd-cluster)

image.png




Reference:
https://blogs.sap.com/2023/11/05/gitops-with-argo-cd-kyma-multi-cluster-management/