This message was deleted.
s
This message was deleted.
l
That works. Or Docker, golden images, anything like that.
p
ok. as long as i’m not missing something!
l
Since Pulumi is invoked from "normal" imperative languages, you could in theory configure your target instances directly from the Pulumi code (at least if you use the automation-api so you can guarantee the deployment has completed). Probably not a great option. But you could invoke Salt / Ansible / Chef etc. from your Pulumi program, thus reducing friction at least a little bit.
b
Hi Paul, I'm not using docker and do exactly that - Pulumi, then Ansible.
l
And of course, you can build Docker images using Pulumi, and deploy them using Pulumi (optionally via k8s).
We're almost reaching perl-like levels of TIMTOWTDI....
(Which makes you wonder "....why Python?"....)
😜 1
p
perl’s problems in that regard are now overshadowed by the “bounty” of the javascript ecosystem 😛
as long as they don’t include HCL, i’m very happy.