Hacker News new | ask | show | jobs
by jimmcslim 49 days ago
Can you explain how you combine PyInfra and Pulumi? It feels like these are mutually exclusive projects?
1 comments

IMHO PyInfra and Pulumi are complementary.

You can substitute Pulumi for Terraform, PyInfra for Ansible and google for sample projects that use Terraform and Ansible to get a good idea of their strengths and how they come together.

Then, you take that understanding and you realize using PyInfra and Pulumi, you can do all of that in just Python, using all of Python's rich ecosystem.