How DRUD uses GitOps, Codefresh, and Kustomize to manage their Kubernetes deployments

No ratings

Presented at DevOpsDaysAustin 2019 by

Git flow has worked well to introduce a change management process to your codebase. GitOps is an approach to managing your configuration as code using that same SCM strategy. CI/CD has been another game changer in enabling developers to deliver functionality at the speed of business but has grown increasingly complex. At DRUD, we treat our pipelines and release process as reviewable code. In this session, we will share our strategy for how we manage our CD pipelines to deploy our custom operators to Kubernetes with Codefresh’s declarative API.