Open phanimarupaka opened 2 years ago
Does pulumi work with any GitOps tools other than the pulumi service? I assume that cdk8s could be integrated into ArgoCD via the plugin mechanism -- looks like an issue has been filed.
Interestingly, pulumi just announced yaml support: https://www.pulumi.com/blog/pulumi-yaml/. I don't know if their sdk supports manipulating it, though.
I just updated a bunch of docs to describe the CaD approach. Generation only is pretty limiting. Someone could use only generator functions in kpt. Probably cdk8s could even be adapted for that. But that's a subset of what kpt can do and would give up the benefits of WYSIWYG configuration, composable transformations written in different languages, interoperable automation, etc.
https://kpt.dev/book/02-concepts/ https://kpt.dev/guides/rationale https://kpt.dev/faq/
Somehow cdk8s is more popular:
What could be the reason for this?
What are the advantages of kpt(Config as Data) over cdk8s/pulumi way of managing applications?
Advantages of cdk8s/pulumi:
Disadvantages of cdk8s/pulumi:
Please suggest more @droot @mikebz @bgrant0607