We are working on one, not intending to fully substitute for helm, at least not in the short term. But adding to what helm lacks like easy version updates, dependency mgmt and easy customization.
If you like it and it’s working for you, no harm in that. I don’t have a better alternative. Tend to just write my own thin tool on top of the raw kube api for my particular environment or use case. At the end of the day it’s a system that can be controlled via api like anything else. The yaml shenanigans are not strictly required.
jakepage91|1 year ago
https://github.com/glasskube/glasskube
Would love to get some feedback on what could be done better.
12345ieee|1 year ago
Will add it to the "cool shit to check out" pile, thanks.
whalesalad|1 year ago
pas|1 year ago
it supports writing tests, and in general, it gives you familiar tools.
12345ieee|1 year ago
* a good trade on the templating side (swapping the helm go-template-like thingy with a real language)
* a loss on the cluster integration side, where I like the integration of helm with ArgoCD and would instead need to add a manifest generation step
Will add it to the "cool shit to check out" pile, thanks.