how to migrate to helm

This page summarizes the projects mentioned and recommended in the original post on /r/devops

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • helmify

    Creates Helm chart from Kubernetes yaml

  • helm-charts

    Prometheus community Helm charts

    In my experience if you just want to do local deployments just use kustomize, it's easier to set up and the things you need configure can specifically addressed. With helm the temptation is always there to make everything variable but then your templates into something like this, where sure it's nice that you can change everything with different variables, but do you really need that? And is it really worth the higher cost of understanding all that templating? So if you want to publish your application for the whole world to use, then a helm chart makes sense, but for local stuff kustomize makes more sense.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts