-
My Marathon Upgrade For External Secrets Operator
I haven’t done an upgrade for my External Secrets Operator(ESO) for a while in my Kubernetes clusters. The version stayed at 0.5.x for 4 years already 😛 Lucky for me, AI/Claude has become hugely helpful now. So I asked Claude to summarise the upgrade path I should take – I guess a big quick hop…
-
Easy Kubernetes Secret Integration with ExternalSecrets

In a Kubernetes cluster, A Kubernetes Secret is a resource type to hold sensitive data for the apps to use, such as an API key or database password. Secrets are namespaced so if I have RBAC access to a namespace, I can pretty much see all the secrets there, as the secrets are only base64…
