Below you will find pages that utilize the tag “Vault”
Weeknotes: 2025-04-18
Continuing my pattern of writing “week"notes every fortnight. It’s not intentional, I swear, it’s just working out that way!
Weeknotes: 2025-04-06
Looks like I’m averaging about one “weeknotes” post every two weeks. That’s actually not too bad!
Auto Announce on Mastodon
I just set up a step in my publication pipeline to automatically post on Mastodon when I publish a new blog post.
Base App Infrastructure
In my previous post, I had figured out how to inject Vault secrets into Kubernetes Secrets using the Vault Secrets Operator. My runthrough of the walkthrough worked, but I swiftly ran into namespacing issues when trying to use it “in production”.
Vault Secrets Into K8s
Continuing my recent efforts to make authentication on my homelab cluster more “joined-up” and automated, this weekend I dug into linking Vault to Kubernetes so that pods could authenticate via shared secrets without me having to manually create the secrets in Kubernetes.