cdk8s synth
Synthesizes Kubernetes manifests for all charts in your app
Options
Name | Description |
---|---|
--app, -a | Command to use in order to execute cdk8s app |
--output, -o <arg> | Output directory |
--stdout, -s | Write synthesized manifests to STDOUT instead of the output directory |
--plugins-dir | Directory to store cdk8s plugins |
--validate | Apply validation plugins on the resulting manifests |
--no-validate | Disable validation |
--validation-reports-output-file <arg> | File to write a JSON representation of the validation reports to |