terraform gcp IaC
#122: Exploring Terraform through a Github issue
Posted on .Terraform removes the ACL giving access to an object in a GCP bucket when the contents of the object is updated. I decided to find out why.…
Our journey navigating the techosphere
Terraform removes the ACL giving access to an object in a GCP bucket when the contents of the object is updated. I decided to find out why.…
A retrospective of one team's first large scale cloud project, using Golang, IaC and Kubernetes.…
There are many good articles available that discuss in depth the difference between imperative and declarative style programming. Here I'm going to take a look at a very narrow subset of this debate, that of Infrastructure as Code, (Iac), and hopefully show of…
SRE Meetup 5th December 2018 I gave a talk at the last Bristol SRE meetup earlier this month which this time was held at OVO's Bristol office. The theme I presented on was the importance of simplicity. In particular I wanted to look closely at deployment tooli…
This is a question that every team should be asking themselves. There is no correct answer, but you should understand why it is an important question and how the answer affects your team.…
As a high level concept Infrastructure as Code (IaC) is a well established practice that is helping to improve the consistency and quality of infrastructure deployments. However IaC, just like all other code, can be overly complex, use poor conventions, and can build tech debt.…