Pulumi lets engineers deliver infrastructure as code faster, using any programming language. The Pulumi Platform enables customers to manage 10x more resources at lower cost than traditional tools, while Pulumi Insights unlocks analytics and search across cloud infrastructure, and enables novel AI-driven infrastructure automation.
Based on our record, Helm.sh seems to be a lot more popular than Pulumi. While we know about 170 links to Helm.sh, we've tracked only 16 mentions of Pulumi. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
If you like the idea of managing infrastructure as code (IaC) but find Terraform too clunky, Pulumi might be your new best friend. - Source: dev.to / 29 days ago
It uses open-source tools like SST.dev and Pulumi for deploying and managing resources (infrastructure as code). Using Cloudflare's APIs and Wrangler under the hood, so you don't have to expose access to your Cloudflare account. - Source: dev.to / 3 months ago
Terraform and Pulumi automate the provisioning of cloud resources. IaC ensures consistency and eliminates manual errors when setting up infrastructure. - Source: dev.to / 5 months ago
With declarative IaC, integrating external processes into infrastructure deployment often requires workarounds. Platform teams frequently combine declarative IaC with one-off scripts or API calls in their CI/CD pipelines. Tools like AWS CDK (Cloud Development Kit), CDK for Terraform, and Pulumi allow teams to generate IaC using imperative programming languages, enabling platform engineers to create infrastructure... - Source: dev.to / 8 months ago
Lang="en"> charset="utf-8"> Hello, world! Hello, world! 👋 Deployed with 💜 by new href="https://pulumi.com/">Pulumi. - Source: dev.to / almost 2 years ago
Helm installed: brew install helm or from https://helm.sh. - Source: dev.to / about 1 month ago
Docker Compose is great for demos: docker compose up, and you're good to go, but I know no organization that uses it in production. Deploying workloads to Kubernetes is much more involved than that. I've used Kubernetes for demos in the past; typing kubectl apply -f is dull fast. In addition to GitOps, which isn't feasible for demos, the two main competitors are Helm and Kustomize. I chose the former for its... - Source: dev.to / about 2 months ago
Helm Charts – An open-source solution for software deployment on top of Kubernetes. - Source: dev.to / about 2 months ago
Clicks, copies, and pasting. That's an approach to deploying your applications in Kubernetes. Anyone who's worked with Kubernetes for more than 5 minutes knows that this is not a recipe for repeatability and confidence in your setup. Good news is, you've got options when tackling this problem. The option I'm going to present below is using Helm. - Source: dev.to / 2 months ago
Looks like we're good to go (assuming you already have helm installed, if not install it first)! Let's install the IKO. We are going to need to tell helm where the folder with all our goodies is (that's the iris-operator folder you see above). If we were to be sitting at the chart directory you can use the command. - Source: dev.to / 3 months ago
Terraform - Tool for building, changing, and versioning infrastructure safely and efficiently.
Kubernetes - Kubernetes is an open source orchestration system for Docker containers
AWS CloudFormation - AWS CloudFormation gives developers and systems administrators an easy way to create and manage a...
Rancher - Open Source Platform for Running a Private Container Service
Ansible - Radically simple configuration-management, application deployment, task-execution, and multi-node orchestration engine
Docker Compose - Define and run multi-container applications with Docker