This directory tree contains cue
, kpt
, and skaffold
based tooling to deploy k8s manifests.
The .cue
files are the source of truth.
- Modify the cue manifests to the desired state.
cue cmd k8smanifests
to render the manifests intokubernetes.yaml
kpt live apply --server-side --output table
to apply to the cluster
- Run
cue cmd --inject name=application-name skaffold
- (Optional) remove
skaffold.yaml
if it's not a custom application kpt live init
to register the resource group in the clusterkpt live apply --server-side --output table
to apply to the cluster