How should I manage my Helm charts?

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
  • external-secrets

    External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.

    E.g. on a cloud provider use their secrets management solution. Bring the secrets from git/sops into their store, then for the application use external-secrets to bring a copy into your namespace and update your deployments with reloader.

  • Reloader

    A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!

    E.g. on a cloud provider use their secrets management solution. Bring the secrets from git/sops into their store, then for the application use external-secrets to bring a copy into your namespace and update your deployments with reloader.

  • 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.

  • helm-secrets

    A helm plugin that help manage secrets with Git workflow and store them anywhere

    https://github.com/jkroepke/helm-secrets powered by sops

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