Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

Habitat

34
60
+ 1
5
Pulumi

268
292
+ 1
25
Add tool

Habitat vs Pulumi: What are the differences?

Habitat: Application Automation framework by Chef. Habitat is a new approach to automation that focuses on the application instead of the infrastructure it runs on. With Habitat, the apps you build, deploy, and manage behave consistently in any runtime — metal, VMs, containers, and PaaS. You'll spend less time on the environment and more time building features; Pulumi: Open-source cloud development platform. Pulumi is a cloud development platform that makes creating cloud programs easy and productive. Skip the YAML and just write code. Pulumi is multi-language, multi-cloud and fully extensible in both its engine and ecosystem of packages.

Habitat and Pulumi can be primarily classified as "Infrastructure Build" tools.

Habitat and Pulumi are both open source tools. Pulumi with 3.02K GitHub stars and 134 forks on GitHub appears to be more popular than Habitat with 1.97K GitHub stars and 294 GitHub forks.

Decisions about Habitat and Pulumi

Because Pulumi uses real programming languages, you can actually write abstractions for your infrastructure code, which is incredibly empowering. You still 'describe' your desired state, but by having a programming language at your fingers, you can factor out patterns, and package it up for easier consumption.

See more
Sergey Ivanov
Overview

We use Terraform to manage AWS cloud environment for the project. It is pretty complex, largely static, security-focused, and constantly evolving.

Terraform provides descriptive (declarative) way of defining the target configuration, where it can work out the dependencies between configuration elements and apply differences without re-provisioning the entire cloud stack.

Advantages

Terraform is vendor-neutral in a way that it is using a common configuration language (HCL) with plugins (providers) for multiple cloud and service providers.

Terraform keeps track of the previous state of the deployment and applies incremental changes, resulting in faster deployment times.

Terraform allows us to share reusable modules between projects. We have built an impressive library of modules internally, which makes it very easy to assemble a new project from pre-fabricated building blocks.

Disadvantages

Software is imperfect, and Terraform is no exception. Occasionally we hit annoying bugs that we have to work around. The interaction with any underlying APIs is encapsulated inside 3rd party Terraform providers, and any bug fixes or new features require a provider release. Some providers have very poor coverage of the underlying APIs.

Terraform is not great for managing highly dynamic parts of cloud environments. That part is better delegated to other tools or scripts.

Terraform state may go out of sync with the target environment or with the source configuration, which often results in painful reconciliation.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Habitat
Pros of Pulumi
  • 2
    Easy to use
  • 1
    Supervisor is great concept
  • 1
    Lightweight
  • 1
    Cross platform builds
  • 8
    Infrastructure as code with less pain
  • 4
    Best-in-class kubernetes support
  • 3
    Simple
  • 3
    Can use many languages
  • 2
    Great CLI
  • 2
    Can be self-hosted
  • 2
    Multi-cloud
  • 1
    Built-in secret management

Sign up to add or upvote prosMake informed product decisions

264
46
2
480
484

What is Habitat?

Habitat is a new approach to automation that focuses on the application instead of the infrastructure it runs on. With Habitat, the apps you build, deploy, and manage behave consistently in any runtime — metal, VMs, containers, and PaaS. You'll spend less time on the environment and more time building features.

What is Pulumi?

Pulumi is a cloud development platform that makes creating cloud programs easy and productive. Skip the YAML and just write code. Pulumi is multi-language, multi-cloud and fully extensible in both its engine and ecosystem of packages.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Habitat?
What companies use Pulumi?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Habitat?
What tools integrate with Pulumi?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to Habitat and Pulumi?
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Visual Studio Code
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
Docker
The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere
npm
npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.
See all alternatives