This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Replies: 2 comments 5 replies
-
We have been adding some features like conditional includes (via the We are currently taking a broader look at modules and organization, though. So we would love to hear from users:
|
Beta Was this translation helpful? Give feedback.
5 replies
-
This discussion has been migrated to cue-lang/cue#817. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out how best to fit CUE into my company's monorepo, initially for Kubernetes but also to support other outputs and tooling.
Right now, we have a
deployment
directory that currently contains Kustomize trees. I'd like to transform these into.cue
files, but I'm struggling a bit to find out how to modularise things.While I'm starting out with the basics of CUE: making opinionated specifications for Kubernetes objects, and instantiating them; I'd like a CUE directory to be able to specify more high level applications in a manner akin to the Kubernetes Tutorial.
For now, I need a couple of things:
apply
ed to k8s, both for real and in dry-run modeIdeally:
I'm sure these are possible but there's a documentation gap between the Kubernetes Tutorial and a real-world production example.
Beta Was this translation helpful? Give feedback.
All reactions