Empowering teams to build cloud infrastructure with ease.
Add to compare
Starts from $50/Month when Billed Yearly, also offers free forever plan
Log in Required to View Reviews
Filter results
Sort by :
Showing 11-20 out of 20
SC
Sam C
06/04/23
"My Favourite IaC Tool"
What do you like best about Pulumi? Pulumi is my favourite infrastructure as code tool. The ability to write IaC using real programming languages is a game changer and adds so much flexibility to how I deploy infrastructure. Things like the automation API and Pulumi deployments add even more great functionality that makes it my go-to language.
JL
Jordan L
05/30/23
"A simple to understand but powerful IaC tool"
What do you like best about Pulumi? I love that I can write my IaC to deploy and manage my infra in my perferred programming languages without having to make the mental switch to and from TypeScript to YAML or JSON. It also makes conditional and loops so much easier to write and manage.
MW
Michał W
05/26/23
"Best IaC ever!"
What do you like best about Pulumi? I'm a full stack developer but I really HATE yaml files. The Pulumi approach for DevOps is straightforward for devs. The team is very responsive.
AH
Aravindha Hariharan M
05/26/23
"Nothing can replaced Pulumi in IaC"
What do you like best about Pulumi? Pulumi has been an invaluable tool for maintaining our cloud infrastructure across multiple environments using Python. Its ease of use and declarative approach have significantly streamlined our deployment and management processes. With Pulumi, we were able to define our infrastructure as code, making it version-controlled, easily reproducible, and enabling collaborative development.
DW
Denis W
05/23/23
"Best tool for Multi-Cloud management"
What do you like best about Pulumi? Our team has used a number of tools to manage multi-cloud deployments across multiple cloud service providers - Pulumi is hands down the best one out there. It makes working across many different environments a seamless experience not the least because it uses actual programming languages to do so. Because the full power of a programming language (not just templates) is available, full automation is becoming a reality. Iterating through a list of ...
Read more
MB
Mohammed B
05/23/23
"my insight in pulumi"
What do you like best about Pulumi? Ability to use different programming languages as code that suits any developer . Can be deployed for multiple cloud provider
TJ
Tomas J
05/19/23
"SImplify your infrastructure using Pulumi"
What do you like best about Pulumi? I've been doing overall automation and continuous deployment for over a decade, but it wasn't until I discovered Pulumi that I went all-in for the infrastructure part. As a developer I prefer to use code compared to yaml or something else. I like it because it gives me more trust, if you use a strongly typed version of pulumi like Typescript, and faster feedback since you get answers back directly during compilation.
VK
Volodymyr K
05/11/23
"Good tool for easy start"
What do you like best about Pulumi? As a Software Engineer I like the ability to use the same programming language (Go in my case) I use for the main application. It's easier to start to create infrastructure with Pulumi then with other tools.
PH
Paul H
05/10/23
"Enabling modern software development for infrastructure"
What do you like best about Pulumi? Pulumi enables for infrastructure code all the quality-of-life improvements that we software developers have come to expect for other code. With it, I have rich IDE support, excellent unit and integration testing capabilities, great static and dynamic analysis, tight integration into build and deployment pipelines, and all the other things that I now consider essential for a satisfactory development experience.
FL
Felix L
06/14/22
"How much is a "best in class" solution worth?"
What do you like best about Pulumi? Pulumi brings IaC to the next level by allowing to encode your infrastructure in general purpose languages. This is better than alternatives like Terraform which forces the usage of HashiCorp Configuration Language (HCL).