What the Heck is a Helm Operator ?

At least , .. that’s what I was asking myself when I first explored the concept. In reality, it’s not that complicated (although numerous blogs and articles would have you think so). It is, in essence, a way to express a Helm Chart as a Kubernetes resource or “Kind” . Here is a simple tutorial that I wrote up at https://github.com/balamuru/helm-operator-example.

Hope you find this useful.

Leave a comment