5 ms·
Why? What does Cue have that older, more production-tested systems do not? I'm curious as to what problems I'm missing today that may come up in the future tha
by notwedtm 5y ago
Why? What does Cue have that older, more production-tested systems do not?
I'm curious as to what problems I'm missing today that may come up in the future that Cue is solving.
- verdverm 5y agoManaging configuration at scale or when the person SRE'n is not the same person who wrote, configured, and deployed the application. Marcels latest talk has a good overview of these problems solved with CUE (https://cuetorials.com/videos https://cuetorials.com/videos)
- mirekrusin 5y agoThere is no noise. Size of configs is close to optimum. Cross cutting concerns are easy to express. Quality of configs is very high similar to well typed code with algebra on types, this idea of values are types and lattice based unification is very intuitive. ...and we are generating manifests for "older, more production-tested systems", ie. docker compose for docker vms/swarm services - it's really great for that.