orbos
orbos copied to clipboard
Cue for configuration management
Cue is used to template Kubernetes and is now mature .
mit can do a lot more too
it’s tightly integrated with golang .
mit can take an existing k8 yaml and reverse it out to cue template and then generate the k8 yaml.
I use it for that
but it can also do validation and many other things
i just wanted to chime in about it because it has increased both velocity but also reproducibility and validation on k8 but also anything else that needs config , data binding and validation .
it’s the only config system based on computational linguistics and so it can parse anything if you want also