OpenGitOps
opengitops.dev
OpenGitOps
1–10 of 51 posts
Re: OpenGitOps
#2Re: OpenGitOps
#3Re: OpenGitOps
#4Serious question: How do organizations deal with having git on the critical path for deployment? Current employer actually prohibits this due to frequent outages in the git plant.
Fortunately, the whole thing is git based, so you have all the tools you need to do it.
Re: OpenGitOps
#5ArgoCD is the defacto gitops standard now and has the lions share of gitops deployments.
Has this changed?
(also, it seems like the site is heavily supporting ArgoCD)
Re: OpenGitOps
#6Re: OpenGitOps
#7Serious question: How do organizations deal with having git on the critical path for deployment? Current employer actually prohibits this due to frequent outages in the git plant.
Even without knowing what you mean by git plant. I can tell you you're holding it wrong.
I'd like to help, but I can't offer useful suggestions if I have no idea what you're even doing, or prohibiting.
Re: OpenGitOps
#8ArgoCD is the defacto gitops standard now and has the lions share of gitops deployments.
Last I saw, ArgoCD was heavily reliant on Kubernetes. Has this changed? (also, it seems like the site is heavily supporting ArgoCD)
Re: OpenGitOps
#9ArgoCD is the defacto gitops standard now and has the lions share of gitops deployments.
Like it just doesn't do anything other then clone a branch and run a blind kubectl apply - it'll happily wedge your cluster into a state requiring manual intervention.