Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

GitOps: Reconciling Desired State with a Runtime Environment

Posted by Everett Toews on 10 February 2020

DevOps, Technology, platform, gitops

I recently did an Ignite talk at DevOpsDays Auckland 2019 about GitOps. While preparing the deck for the talk, I had a chance to really reflect on the question “What is GitOps?”.

Definition

GitOps is reconciling a desired state in Git with a runtime environment.

“But this is what we’ve always done!” you say. You’re...

Continue reading

GitOps Driven Deployments on OpenShift

Posted by Everett Toews on 16 July 2019

CICD, DevOps, platform, openshift, gitops

Our industry is determined to deliver value ever more rapidly, safely, and securely across software development lifecycle environments. One way to achieve this is through GitOps. In broad terms, GitOps is about applying the Git feature workflow to operations. I took this idea and narrowed it down to exactly one use...

Continue reading