|
|
|
|
|
by Sadzeih
747 days ago
|
|
As someone who works with Kubernetes every day and has been curious about CUE for some time, can you describe a bit how you're using it to create manifests? Did it replace helm for you? Or is it to create CRDs? Edit: I'm struggling to see where it fits in the whole k8s ecosystem. |
|
Then I have a tool file that loops through that and renders it into fall files. Then argocd picks that up in chunks with application files.
Its awesome cause it lets me set project wide defaults and restrictions. It also lets me do stuff like. "If there is at least one manifest called x create an argocd application for it automatically" or " loop through these repos and create an app for each one with the following properties"