helm VS Packer

Compare helm vs Packer and see what are their differences.

helm

The Kubernetes Package Manager (by helm)

Packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. (by hashicorp)
Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
helm Packer
193 64
25,312 14,712
0.8% 0.4%
9.0 9.2
3 days ago 4 days ago
Go Go
Apache License 2.0 GNU General Public License v3.0 or later
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.

helm

Posts with mentions or reviews of helm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Five tools to add to your K8s cluster
    4 projects | dev.to | 8 Dec 2023
    Within the architecture of Cyclops, a central component is the Helm engine, which allows the dynamic generation of configurations. This engine serves as a key mechanism for efficiently managing settings and parameters in the Cyclops framework.
  • Helm by Matt Tytel
    5 projects | news.ycombinator.com | 25 Nov 2023
    I know naming things is hard, but Helm has been in use as a tool in the Kubernetes ecosystem for years now.

    https://helm.sh/

  • Simplified Deployment: A Deep Dive into Containerization and Helm
    6 projects | dev.to | 9 Oct 2023
    Helm is a widely used package manager for Kubernetes, designed to simplify and automate the deployment, scaling, and management of applications. It provides an efficient way to define, install, and upgrade even complex Kubernetes applications.
  • Signing container images: Comparing Sigstore, Notary, and Docker Content Trust
    5 projects | dev.to | 26 Sep 2023
    The choice of a winner depends on the specific requirements, priorities, and constraints of the organization or system you're working with. Sigstore is well-suited for organizations prioritizing secure and transparent software updates for various artifacts, including Helm charts, alongside images. It has great community support and features, such as interoperability between registries, making it a great choice for most organizations. Moreover, most container registries support the signing format.
  • Git going with GitOps on AKS: A Step-by-Step Guide using FluxCD AKS Extension
    7 projects | dev.to | 20 Sep 2023
    The first thing we need to do is decide on how we want to package and manage Kubernetes manifests for different environments. There's a tool called Helm which @StevenMurawski covered here, and another tool called Kustomize which I personally like to use. Both tools are great for packaging and managing Kubernetes manifests and also supported by FluxCD, but I prefer Kustomize because it is pretty easy to use and built into kubectl.
  • If You're Using Helm, Why Not Give It a Pretty UI As Well?
    2 projects | dev.to | 17 Sep 2023
    Helm Dashboard is an open-source project by Komodor that offers a visual and user-friendly way to manage and visualize all the Helm charts installed in your clusters. Instead of using the terminal, you can leverage the Helm Dashboard's intuitive UI to perform a variety of tasks that make working with Helm a breeze. Here are some of its key features:
  • Two approaches to make your APIs more secure
    3 projects | dev.to | 29 Aug 2023
    Next, we will install APIClarity using Helm.
  • Helm-Compose – The Docker-compose like tool for K8s development
    4 projects | news.ycombinator.com | 28 Aug 2023
  • K8S Quickstart & Helm
    4 projects | dev.to | 21 Aug 2023
    Helm is a package manager for Kubernetes. Helm is an open-source project originally created by DeisLabs and donated to the Cloud Native Foundation (CNCF). The CNCF now maintains and has graduated the project. This means that it is mature and not just a fad.
  • Auto-Completion and Cocktail mixing with Golang’s Cobra CLI
    6 projects | dev.to | 7 Aug 2023
    For CLI utilities written in Go, Cobra is the go-to command line wrapper, used by the likes of Kubernetes, Github CLI, Helm, and many more.

Packer

Posts with mentions or reviews of Packer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-24.
  • Avoiding DevOps tool hell
    9 projects | dev.to | 24 Jul 2023
    Server templating: Using Packer has never been easier to create reusable server configurations in a platform-independent and documented manner.
  • DevOps Tooling Landscape
    12 projects | dev.to | 4 Apr 2023
    HashiCorp Packer is a tool for creating machine images for a variety of platforms, including AWS, Azure, and VMware. It allows you to define machine images as code and supports a wide range of configuration options.
  • auto-provisioning multiple raspberry pi's
    2 projects | /r/selfhosted | 19 Mar 2023
    Packer is a tool that can be used to build machine images. Basically, it takes a base image, runs a series of steps to provision that image, and then burns a new image. In my workplace we use it heavily to build AWS AMIs. But it has an ARM plugin that looks to be very very suitable for building customised Raspberry Pi images (my quick read of the doco there says it can go ahead and write the final image to an SD card for you too).
  • How do hosting companies immediately create vm right after purchasing one?
    2 projects | /r/linux | 5 Mar 2023
  • Virtualbox 7.0.4 kickstart issue
    5 projects | dev.to | 8 Dec 2022
    However, I was unable to build the boxes with packer for some reason. It turned out that this wasn't an easy to fix or obvious issue. In fact, I had to search quite hard to find an answer. I am pretty sure my friend Tim Hall (oracle-base) ran into this issue too. Finally, I found a description of the issue on packer GitHub: Packer 1.8.4 not working with Virtualbox 7.0.4+ #12118.
    5 projects | dev.to | 8 Dec 2022
    I was building a new version of YugabyteDB vagrant box with packer and virtual box. Because we (Yugabyte) have a new preview release out.
  • Is "development environment as code" a thing?
    5 projects | /r/DevelEire | 28 Nov 2022
    Packer. https://github.com/hashicorp/packer
  • Dinamic Infrastructure
    2 projects | /r/devops | 27 Nov 2022
    For an AMI build pipeline, have a look at Hashicorp Packer and Ansible if a host is long lived
  • A practical approach to structuring Golang applications
    10 projects | dev.to | 3 Oct 2022
  • what am I able to do with a Intel Core i2???
    6 projects | /r/homelab | 26 Aug 2022
    Heh, I've been messing more with Nomad & Packer than k8s for my own stuff, I'll say guilty for Ansible though it's useful on its own and with Packer.

What are some alternatives?

When comparing helm and Packer you can also consider the following projects:

crossplane - Cloud Native Control Planes

kubespray - Deploy a Production Ready Kubernetes Cluster

Vagrant - Vagrant is a tool for building and distributing development environments.

oVirt - oVirt website

cloud-init-vmware-guestinfo - A cloud-init datasource for VMware vSphere's GuestInfo interface

krew - 📦 Find and install kubectl plugins

skaffold - Easy and Repeatable Kubernetes Development

kubernetes - Production-Grade Container Scheduling and Management

dapr-demo - Distributed application runtime demo with ASP.NET Core, Apache Kafka and Redis on Kubernetes cluster.

keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

helmfile - Deploy Kubernetes Helm Charts

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.