Hopp til hovedinnhold

Gustav Karlsson

2 innlegg

Automating deploys to Kubernetes using ArgoCD and jsonnet

Sky
Artikkel (5 min)
Fra Gustav Karlsson
16.12.2020

So you have a Kubernetes-cluster and a bunch of applications. You trigger deploys by manually pushing templated yaml to your cluster. The codebase is large and the manual processes time-consuming and error-prone. You need a better way. Well, let me help you with an opinionated suggestion.

Splitting the Terraform monolith

Sky
Artikkel (6 min)
Fra Gustav Karlsson
11.12.2019

At Digipost we are in the progress of building up our new infrastructure on Azure. We are already enthusiastic users of Terraform and have chosen to continue down that path, towards infrastructure-as-code (IaC) bliss, where the totality of your infrastructure can be created by a single command. But what happens when that totality is a bit big for a single Terraform state-file?