Skip to main content

3 posts tagged with "helm"

View All Tags

Why I chose Helm over Kustomize

· 4 min read
Charles Wang
DevOps / Backend Engineer

Two weeks ago I gave myself a task: write a Helm chart from scratch and really get Helm.
After finishing the exercise, I also did a tool-selection exercise alongside it,
thinking about why I'd choose Helm when Kustomize is simpler.
I asked myself "what capability does this situation actually need," letting the requirements pick the tool, rather than letting features pick me.

helm diff? Installing one plugin, I hit 4 pitfalls in a row

· 6 min read
Charles Wang
DevOps / Backend Engineer

Today's learning task started out simple: install the helm-diff plugin, try helm diff upgrade once, and understand why you'd want it in production.

Instead, from the helm plugin install moment onward, I hit 4 pitfalls in a row — and the last one let me actually witness how "the diff shows no change, but the real deployment changes things" happens. Here's the whole process, written down.