Join us

ContentUpdates and recent posts about Pulumi..
Story Trending
@eon01 shared a post, 1 week, 2 days ago
Founder, FAUN.dev

Three Events. One Week. The Heart of SoCal Tech.

Docker Kubernetes Pulumi Terraform vLLM

This March, Pasadena becomes a rare convergence point for security, open source, and DevOps practitioners. As a media partner,FAUN.dev()is proud to support three community-driven events that are deeply practitioner-focused and unapologetically real. - SCALEanchors the week asNorth America's largest..

SCaLE
News FAUN.dev() Team
@devopslinks shared an update, 1 month ago
FAUN.dev()

Pulumi Expands IaC Platform to Support Terraform, OpenTofu, and Native HCL

Pulumi Terraform

Pulumi added support for managing Terraform and OpenTofu state in Pulumi Cloud and introduced native HCL support in its infrastructure as code engine. These changes allow teams to use Terraform, OpenTofu, Pulumi languages, and HCL side by side, with shared state visibility, governance features, and AI-assisted operations available across tools.

News FAUN.dev() Team
@devopslinks shared an update, 3 months, 1 week ago
FAUN.dev()

Pulumi’s Neo Now Fixes Infra Policy Violations - Not Just Flags Them

Pulumi

AI-powered remediation rolls out across Pulumi Cloud, bringing automated fixes, approval workflows, and cross-cloud compliance without requiring full migration to Pulumi IaC.

Pulumi’s Neo Now Fixes Infra Policy Violations - Not Just Flags Them
 Activity
@devopsavatar started using tool Pulumi , 7 months, 2 weeks ago.
 Activity
@efops started using tool Pulumi , 3 years, 2 months ago.
 Activity
@tsindotg started using tool Pulumi , 3 years, 4 months ago.
 Activity
@jfoliveira started using Pulumi , 3 years, 9 months ago.
 Activity
@alexinslc started using Pulumi , 3 years, 11 months ago.
Pulumi is an open-source infrastructure-as-code platform that allows you to define, deploy, and manage cloud resources using familiar general-purpose programming languages like Python, JavaScript, Go, and TypeScript.

Pulumi represents a major shift in the Infrastructure-as-Code (IaC) landscape by moving away from proprietary domain-specific languages (DSLs) and static configuration files like YAML or JSON. Instead, it leverages the power of standard programming languages, allowing engineers to use loops, functions, classes, and existing package managers to define their cloud environments. This means you can apply software engineering best practices—such as unit testing, modularity, and CI/CD integration—directly to your infrastructure setups on providers like AWS, Azure, Google Cloud, and Kubernetes.

The platform works by utilizing a "State" mechanism similar to Terraform, where it tracks the current deployment against your desired code. When you run a Pulumi program, it builds a resource graph to determine the most efficient way to provision or update your services. Because it uses real code, it provides superior IDE support, including auto-completion and type-checking, which significantly reduces the syntax errors and "trial-and-error" deployments common with text-based configuration tools.

Furthermore, Pulumi excels in hybrid and multi-cloud environments by providing a unified workflow for both infrastructure and application delivery. It bridges the gap between developers and platform engineers, as both can now speak the same language—literally.