Whether you’re new to AWS and just learning or you’re a seasoned veteran, working with Amazon Web Services (AWS) usually involves extensive experimentation. That means constantly creating, reading, updating, and deleting resources as you experiment. However, sometimes you may forget to delete something or AWS auto...
Everett Toews
Recent Posts
Help Others Help You
Asking for help is a common and natural thing that everyone does. You need help immediately, so if you can help others help you, everyone wins. Getting help from others is a skill that can be learned and refined over time. This post is geared towards getting help with problems in software development and operations...
GitOps: Reconciling Desired State with a Runtime Environment
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...
GitOps Driven Deployments on OpenShift
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...