Universal-Kubernetes-Helm-Charts VS Packer

Compare Universal-Kubernetes-Helm-Charts vs Packer and see what are their differences.

Universal-Kubernetes-Helm-Charts

Some universal helm charts used for deploying services onto Kubernetes. All-in-one best-practices (by DevOps-Nirvana)

Packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. (by hashicorp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Universal-Kubernetes-Helm-Charts Packer
17 65
101 14,890
- 0.6%
6.7 9.4
20 days ago 4 days ago
Smarty Go
MIT License 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.

Universal-Kubernetes-Helm-Charts

Posts with mentions or reviews of Universal-Kubernetes-Helm-Charts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-28.
  • Dedpulication standards of Helm Charts values file for a global chart with subcharts for our app. What's the right way to only need to specify a value once?
    3 projects | /r/devops | 28 Mar 2023
    I would point you to what I call the "Universal Helm Charts" and some examples of how to use them.
  • Monitoring many cluster k8s
    6 projects | /r/kubernetes | 21 Mar 2023
    Shameless Plug: Here's one of my dashboards I made for Ingress-Nginx, which is my recommended border router/gateway into all the services. It adds deep robust metrics and configurability, and if you've got years of experience with Nginx also, it allows you rich complex customization via nginx's configuration structure via kubernetes annotations. Besides that I have open-source helm charts which are easy to use, boilerplates showing how to use them, a volume autoscaler to automatically resize your disks as they get full, and a blog where I share various of my experience which is a companion blog to my upcoming book of the same name. Hope this helps! Feel free to ask if you have any further questions.
  • Best way of managing Helm?
    3 projects | /r/kubernetes | 19 Jan 2023
    You may want to check out some other of my Helm Boilerplates to explain and highlight how using subcharts works. This is a companion repo to my upcoming DevOps + Kubernetes book. You also might like to check out my set of open-source universal helm charts which are published in a helm registry right now that you can leverage and has many industry best-practices built into it, such as anti-affinity rules, pod disruption budgets, horizontal pod autoscaling, ingress, service support, etc.
  • How do you guys on Mac M1's get around the annoying port forwarding issues with k8s + docker?
    5 projects | /r/kubernetes | 18 Jan 2023
    References: I use docker and Kubernetes daily. I currently manage numerous clusters and maintain pipelines for hundreds of microservices as I type this. I've been converting microservices into Docker images for companies hundreds if not thousands of times by now over the last bunches of years. I am also an avid and passionate open-source evangelist and Kubernetes/DevOps consultant. I author some Kubernetes controllers such as the Volume Autoscaler and have a set of Open Source Helm Charts and I love to contribute code/fixes wherever I run into issues.
  • StatelessSet Resource Type ?
    1 project | /r/kubernetes | 18 Jan 2023
    If it helps at all I have some universal helm charts that have a template for easily deploying your application as a deployment or statefulset. You will notice I don’t even have a daemonset chart because it doesn’t make sense to. https://github.com/DevOps-Nirvana/Universal-Kubernetes-Helm-Charts
  • Helm makes it overly complex, or is it just me?
    9 projects | /r/kubernetes | 17 Jan 2023
    See: Open-Source Universal Helm Charts See: Boilerplates of using Open-Source Helm Charts (as a sub-chart)
  • The Helmet is a Helm Library Chart that defines many chart templates like Deployment, Service, Ingress, etc which can used in other application charts.
    5 projects | /r/kubernetes | 17 Jan 2023
    Helm charts - https://github.com/DevOps-Nirvana/Universal-Kubernetes-Helm-Charts Example using helm charts as sub charts - https://github.com/DevOps-Nirvana/Helm-Chart-Boilerplates/tree/master/boilerplate-echoserver
  • How do you guys manage your deployment pipelines?
    4 projects | /r/devops | 8 Jan 2023
  • Monthly 'Shameless Self Promotion' thread - 2023/01
    14 projects | /r/devops | 1 Jan 2023
    A open-source set of Universal Helm Charts with tons of best-practices baked into it such as autoscaling, PDBs, labeling, and an standardized set of "universal" templates that allows you to pivot between templates easily (meaning, you can easily make a deployment into a Statefulset or a Cronjob). Yes, I need to add more documentation, I know. I'm busy :P
  • Creating Kubernetes Templates
    3 projects | /r/kubernetes | 1 Nov 2022
    Universal Kubernetes Helm Charts

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 2024-02-20.
  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    To manage a VM, you can use something as simple as just manual actions over SSH, or can use tools like Ansible, Hashicorp's Packer and Terraform or other automations. For an app where there is minimal load and security/reliability concern, VMs are still a great option that provide a lot of value for the buck
  • 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.
  • How to create an iso image of a finished system
    1 project | /r/linux4noobs | 19 Jun 2023
    I'll give you hard, but rewarding and easy to modify(once you know what you're doing) way. Packer may be a thing you're looking for.
  • 13.2 ZFS root AMIs in AWS
    1 project | /r/freebsd | 17 May 2023
    It is straightforward to build them with packer (I have built AMIs for 13.0 and 13.1, but 13.2 should be exactly the same). I've been meaning to write a blog post about it for a while, but have not gotten to it yet... In any case, what I am doing is using the EBS Surrogate Builder to start an instance running the official FreeBSD 13.2 image with an extra volume attached and run a script to create a zpool on the extra volume and bootstrap and configure FreeBSD 13.2-RELEASE on it. After that packer takes care of creating an AMI out of that extra volume, so you can use it... If you have any issues, let me know, and maybe I will finally get to writing that blog post...
  • 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
  • Packer preseed file seems to not be read
    1 project | /r/hashicorp | 18 Feb 2023
    Seems related to https://github.com/hashicorp/packer/issues/12118 But the workaround discribed in the comments doesn’t seems to work anymore
  • How to create AMI which also copies the user data?
    1 project | /r/aws | 5 Jan 2023
    I'd suggest using a tool like Packer to build a gold image based on your base AMI and all your changes. Then you'll have your own AMI you can launch new instances with.
  • Is migrate for compute engine M4CE suitable for migrating VMs (to GCP) which are part of auto scaling groups in AWS ?
    1 project | /r/googlecloud | 3 Jan 2023
    Your assumption sounds correct. It sounds like you shouldn't focus on migrating specific instances, but instead migrating the template image used for autoscaling into GCP. I tend to prefer Packer for this job, or otherwise recreating the golden image directly on GCP.

What are some alternatives?

When comparing Universal-Kubernetes-Helm-Charts and Packer you can also consider the following projects:

Helm-Chart-Boilerplates - Example implementations of the universal helm charts

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

charts - TrueNAS SCALE Apps Catalogs & Charts

helm - The Kubernetes Package Manager

eksctl - The official CLI for Amazon EKS

oVirt - oVirt website

helm-promotion-sample-app - Sample application that is promoted from QA to Staging to Production

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

Chalice-PynamoDB-Docker-Starter-Kit - A starter kit with some boilerplate code for getting started making low-cost serverless applications in Python on AWS with a great local development setup via Docker Compose

kubernetes - Production-Grade Container Scheduling and Management

sparrowci_web - ci.sparrowhub.io website

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.