Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Operations working with git? Like configuration files and monitoring stuff in git? What?
-
asgs115635yGit is a good storage and tracking tech for configuration files. Spring Cloud config, GoCD come with git support by default
-
LMagnus20635yWe're looking to run Kubernetes in AKS and are looking at our infrastructure as code options so will be exploring our GitOps strategy.
But not something we've done before so looking for success and horror stories. -
xalys18825yNot sure what GitOps is supposed to be, but yeah, it’s a powerful source for automating stuff with CI/CD.
-
LMagnus20635yFor example of you have a microservices split across many repos, your CI/CD pipeline would create a git mono repo of all deployed services in that current state so can be redeployed consistently.
-
@LynxMagnus this sounds like you need to containerize your microservices, not have a meta-repo...
-
LMagnus20635yThey are containerised. But there's infrastructure code that all need to be in sync to save state.
GitOps. Discuss?
question
gitops