(no title)
LunicLynx | 1 month ago
So to one degree I wonder what tools are other people using to get a better experience doing this?
LunicLynx | 1 month ago
So to one degree I wonder what tools are other people using to get a better experience doing this?
misnome|1 month ago
The only downside is that you can't really prune excess objects with this method. We're pushed to use Argo for deployment which I don't really gel with, but I trust it to apply the yaml, and at the very least it highlights when objects need to be removed.
bigstrat2003|1 month ago
Even some of the examples in TFA (like the optional persistent storage one) are IMO way more complex than what you should use Helm for. At that point you're better off using a programming language to generate the YAML based on some kind of state object you create. It's way too error prone to do that stuff with YAML templating imo.
rjzzleep|1 month ago
https://www.kcl-lang.io/
thecopy|1 month ago
gouggoug|1 month ago
It’s based on Cue and doesn’t rely on templating.
[1] timoni.sh
tuananh|1 month ago
Event Dagger (a big Cue believer) deprecated their Cue SDK back in 2023.