No. Pulumi is 99% for creating resources (deploy time), rather than administering then (run time). It deals with cloud service provider APIs (AWS, Azure, ElasticCloud, etc), not the APIs of the services running on them (Postgres, MicrosoftAD, Redis).
g
gray-ocean-21618
06/11/2023, 6:00 AM
I see, I thought so, thanks for confirming
l
little-cartoon-10569
06/11/2023, 6:03 AM
That said, it is just a normal program; if you stick something asynchronous in, that runs when the cluster is finished deploying, it could tweak your indexes...