So currently I generate my Talos configs via Terraform, but tbh that system is a bit more brittle than I'd like.

The idea was I could integrate the Talos config generation with other terraform, but in practice, no not really viable for my setup.

I don't trust terraform to not explode the rook cluster in particular

What do people like for templating Talos configs? Talm? Talhelper?
#HomeLab #Kubernetes #Talos
@rachel I'm partial to what cuelang does. And pulumi is interesting. I've been playing with the idea of having cuelang define both the cluster, its configuration, and of what is running on it.
@rachel
Actually, talosctl is also golang, so maybe it would be suitable for embedding into cuelang "program" in similar way to how examples show being done with kubectl 🤔