how to migrate to helm

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

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • 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.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

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