In the past, I've written controllers utilizing Kubebuilder, where the instantiation of an event...
<< this post is mostly just a refresher for myself >> Interfaces are often confusing for...
Did you know there's an entire Unix command dedicated to generating y over and over? Or that you can...
Recently, I was looking at secrets manager in AWS and used the AWS CLI in order to read a secret in...
Figuring out how to unit test functions that print to the terminal can be something of a daunting...
Recently, I wrote some code for a CLI that reads all the secrets in a Vault path, and I went down the...
Recently, I set up my own homebrew in order to easily distribute a kubectl plugin binary that I...
Intro When I started using Go, I would compare two slices by writing a for loop and...
Intro HCL, the language of Terraform, has come a long way since 0.11. With its many new...
Overview Terraform is an incredible resource to turn any API into declarative,...
While I hope this is a rare occurrence, I've run into this a few times where I had to rollback...
When I started using Kubernetes, and consequently kubectl, figuring out how to quickly view my pod's...