https://pulumi.com logo
Title
h

hundreds-restaurant-18469

02/09/2020, 7:40 PM
Any idea when the next release will ship? Really looking forward to the YAML rendering for the k8s resources PR that just got merged 2 days ago. https://github.com/pulumi/pulumi-kubernetes/pull/936
g

gorgeous-egg-16927

02/10/2020, 4:04 PM
I’m planning to release that either today or tomorrow
👍 1
h

hundreds-restaurant-18469

02/10/2020, 11:20 PM
Really cool, that's one of the main things I'm looking for regarding the
Pulumi Kubernetes
ecosystem. It will be a really cool way to template the manifests and leverage GitOps tools like Flux to apply the actual manifests to the cluster Thank you @gorgeous-egg-16927
👍 1
g

gorgeous-egg-16927

02/10/2020, 11:21 PM
v1.5.2 is out now with that change
h

hundreds-restaurant-18469

02/10/2020, 11:27 PM
Would it be feasible to extract that code (the yaml generation) into it's own project? Leverage known programming languages to template yaml, basically?
g

gorgeous-egg-16927

02/10/2020, 11:34 PM
No, not really. The implementation is tightly coupled with the pulumi update process because it potentially has to resolve computed input values (e.g. if the k8s resources depend on other infrastructure in the stack). It would take a lot of work to decouple.
👍 1
h

hundreds-restaurant-18469

02/11/2020, 12:11 AM
Oh I see, it makes sense. Nevertheless having yaml generation is a great feature to have on Pulumi, finally I can ditch other templating tools for k8s and just use Pulumi
🎉 3
g

gorgeous-egg-16927

02/11/2020, 12:19 AM
Interested in any feedback you have once you’ve tried it out!
b

breezy-cricket-40277

02/11/2020, 12:24 AM
For sure, I will, what's the best way to give feedback? Comment on the issue, talking about it here? 🙂
g

gorgeous-egg-16927

02/11/2020, 12:29 AM
Either way is fine. 👍