Chart an Extensible Course with Helm

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. helm-introduction

    Supporting the Blog article

    If you are interested in trying out the example above, here is the GitHub Repository that has a full working solution. Clone it and adjust it to your needs to see how Helm works. Happy Charting!

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. semver

    Semantic Versioning Specification

    apiVersion: v2 name: chart description: A Helm chart for Kubernetes # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives # to be deployed. # # Library charts provide useful utilities or functions for the chart developer. They're included as # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "1.16.0"

  4. kubernetes

    Production-Grade Container Scheduling and Management

    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.

  5. helm

    The Kubernetes Package Manager

    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.

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

  • Hatching a Helm Chart

    2 projects | dev.to | 2 Nov 2022
  • [SCALE] How I run `helm` and `kubectl` from the command line

    4 projects | /r/truenas | 17 Aug 2022
  • Kubernetes Multi-Tenancy: Why Virtual Clusters Are The Best Solution

    3 projects | dev.to | 16 Jun 2022
  • Autoscaling CI on Kubernetes in Kraken CI

    2 projects | dev.to | 30 Dec 2021
  • Using Helm with GitOps

    3 projects | dev.to | 30 Sep 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?