kubeshop / monokle

Monokle is a set of OSS tools designed to help create and maintain high-quality Kubernetes configurations throughout the application lifecycle
https://monokle.io
MIT License
1.74k stars 126 forks source link

Support for cdk8s #1284

Open rothgar opened 2 years ago

rothgar commented 2 years ago

Describe the solution you'd like In addition to kustomize and helm support it would be great to be able to synth manifests from cdk8s code. https://cdk8s.io/

Describe alternatives you've considered Implementing my own workflow that runs cdk8s synth and have monokle read the generated manifest files.

olensmar commented 2 years ago

Thanks for this @rothgar - very cool project that I wasn't aware of - we'll definitely look into integrating this as you describe!