Hello Pulumi community! I have just recently stumb...
# general
s
Hello Pulumi community! I have just recently stumbled on Pulumi and I am enjoying it a ton, even thinking about migrating my company's terraform repo to Pulumi! However, I would like to know if any frameworks, best practices, design patterns for Pulumi exist and if any trends on using JS with IaC are emerging? Cheers 🍻
i
We are using pulumi in a typescript monorepo and it has been very easy/convenient to work with. We started with the multiple stacks as demonstrated in https://github.com/pulumi/kubernetes-the-prod-way
👍 1