porter VS pulumi-terraform-bridge

Compare porter vs pulumi-terraform-bridge and see what are their differences.

porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command. (by getporter)

pulumi-terraform-bridge

A library allowing providers built with the Terraform Plugin SDK to be bridged into Pulumi. (by pulumi)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
porter pulumi-terraform-bridge
8 7
1,149 180
3.3% 5.0%
8.9 9.7
5 days ago 2 days ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

porter

Posts with mentions or reviews of porter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-29.
  • Stronger abstraction for deployments
    8 projects | /r/kubernetes | 29 Oct 2021
    This is just a concept. AFAIK only one implemented this concept is Microsoft's project porter: https://github.com/getporter/porter
  • New automation tool - kuberlogic
    5 projects | /r/kubernetes | 12 Oct 2021
    For porter I am talking about this project https://porter.run/ and NOT this https://porter.sh/
  • Deployment Packaging Solutions
    6 projects | /r/kubernetes | 19 Sep 2021
    Porter
  • kbrew: Install any complex app on Kubernetes with one step - within the context of your environment. Please check out, would love feedback!
    2 projects | /r/kubernetes | 3 Aug 2021
    As far as I know the tool is used at least in Microsoft. The classic use case is where you want to install an application and also define the infrastructure as well (i.e cluster + db + lb + app). You can see the examples here https://github.com/getporter/porter/tree/main/examples
  • k8s based platform
    7 projects | /r/kubernetes | 2 Aug 2021
    Check https://cnab.io/ and https://porter.sh/
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    I'm closely tracking an effort by Microsoft that aims to do a lot of what you're describing since I find myself bridging between these tools and deploying stacks that span tools and roles. [CNAB](https://cnab.io/) and the front-running implementation, [Porter](https://porter.sh/), enable one-step infra deployments, packaged as a single OCI-compatible container, with any number of steps, using the best tools for each of those steps. Think of using aws-cli for some initialization step (create or verify presence of a state bucket), applying some terraform to create infra, and finishing with a helm chart to complete deployment of app components. Each stage in a bundle packages not only the code to run it but also the execution binary of the tool that runs it. The spec and porter are still a moving target but it's a promising space and a nice adjacent evolution of the current state of tooling.
  • Open source Heroku Like Platform on premises
    4 projects | news.ycombinator.com | 25 Mar 2021
    Cool, it's great to know that it isn't abandoned.

    I'm not sure why you'd say that their business model was a success. They were bought by Microsoft for Azure. I guess I wonder if a PaaS company can survive without getting the profits off renting the machines to people. Amazon, Google, and Microsoft all have PaaS options based around the idea that it comes bundled with the compute, not as a standalone open-source thing for you to use on any platform.

    I guess the question is whether Porter's business plan is "make enough that a company that owns a cloud wants to buy us". Oracle could probably use a nice PaaS platform and team. Maybe DigitalOcean would like to beef up their PaaS offering by acqui-hiring a team with proven knowledge.

    Poking around https://deislabs.io, it's interesting to see that they have a project called "Porter" which seems to be unrelated to the "Porter" being launched here: https://porter.sh. They aren't quite the same, but they both have "easily run your app" goals.

  • Make Kubernetes as easy as Heroku. Open source PaaS to deploy Docker containers on a Kubernetes cluster running in YOUR OWN cloud provider.
    1 project | /r/docker | 11 Jan 2021
    There is already this from Microsoft https://github.com/getporter/porter

pulumi-terraform-bridge

Posts with mentions or reviews of pulumi-terraform-bridge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.
  • We are the Pulumi Engineering team - Ask us about our new products and features
    13 projects | /r/pulumi | 21 Jun 2023
    GA: automatic token mapping and aliasing in the bridge, which we're now using to simplify the resources.go file in bridged providers
  • Converting Full Terraform Programs to Pulumi
    6 projects | news.ycombinator.com | 12 Jun 2023
    Yes, pulumi is just wrapping terraform[1]. So you need to understand both the quirks of that and the quirks of pulumi. And I'm lazy so I just want to deal with one quirk at the time.

    [1] https://github.com/pulumi/pulumi-terraform-bridge

  • Weird warning after running pulumi preview
    2 projects | /r/pulumi | 12 Mar 2023
    After digging, I saw python libraries in my venv directory that is related to Terraform Bridge and the tool that was used to generate code - https://github.com/pulumi/pulumi-terraform-bridge
  • CDKTF
    1 project | /r/Terraform | 6 Oct 2022
    They have an open source tool that translates the TF providers into Pulumi providers, so people could continue to build updated providers - https://github.com/pulumi/pulumi-terraform-bridge
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    > If Pulumi didn't bless it, it doesn't exist in Pulumi's world.

    That has not been my experience. I have personally ported a Sentry TF provider into Pulumi, and I will grant you that their docs and examples are bordering on active user hatred for exercising the process, but it does work:

    https://github.com/pulumi/pulumi-terraform-bridge#adapting-a...

    https://github.com/pulumi/pulumi-tf-provider-boilerplate#rea...

    What mystifies me about that situation is that I do actually appreciate the amount of silliness that is required to avoid using Pulumi cloud: they are not financially incentivized to make that easy, but I'd guess a lot more folks would nope right out if they didn't make it possible

    However, I would think they'd want to make ingesting a TF provider into Pulumi as smooth and reliable as possible, so they don't have people close their browser tab when they don't find a supported provider for Pulumi but it exists in TF

  • Is AWS Cloud Development Kit (CDK) right for you?
    8 projects | dev.to | 19 Apr 2021
    For provisioning infrastructure in AWS, there are other tools besides those provided by AWS themselves. This includes Terraform and Pulumi. Both of these are not tied to any particular public cloud provider, or not even to public cloud providers only. Any kind of Software-as-a-service (SaaS) provider that can provide some service or infrastructure via programming interfaces can in theory be provisioned by these tools. Terraform has a long list of providers, and Pulumi can use Terraform providers in addition to its providers.
  • For IaC: Pulumi or Terraform?
    4 projects | /r/devops | 24 Feb 2021
    I think they might use their (pulumi-terraform-bridge)[https://github.com/pulumi/pulumi-terraform-bridge] to generate some of their provider code from the corresponding Terraform providers? (This page mentioned some of their "most interesting providers" are created like this)[https://www.pulumi.com/docs/intro/vs/terraform/#using-terraform-providers].

What are some alternatives?

When comparing porter and pulumi-terraform-bridge you can also consider the following projects:

CapRover - Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀

helm-charts - Komodor.io public helm charts

terraform-ls - Terraform Language Server

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

pulumi-provider-boilerplate - Boilerplate showing how to create a native Pulumi provider

porter - Kubernetes powered PaaS that runs in your own cloud.

terraform-provider-spacelift - Terraform provider to interact with Spacelift

kapp-controller - Continuous delivery and package management for Kubernetes.

aws-cloudformation-res

Flux - Successor: https://github.com/fluxcd/flux2

awesome-cdk - A collection of awesome things related to the AWS Cloud Development Kit (CDK)