You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sync policy -> how frequently argocd should go and check github.. by default every 3min
1. OIDC cluster
2. policy creation
3. eks service account -> creates IAM role and map sa with IAM role
4. install through helm charts
argocd is git ops tool. we are using argocd to manage eks cluster and recently we started deploying few applications with argocd. in argocd everything is application. it has source, destination and sync policy. when we update source it will automatically sync that to destination
we are managing namespaces, drivers, load balancer controller, etc through argocd. application deployments also through argocd. our CI pipeline updates image versions in helm values file based on environment, our argocd application syncs it automatically