Go Helm

Open-source Go projects categorized as Helm

Top 23 Go Helm Projects

  1. helm

    The Kubernetes Package Manager

    Project mention: Even more OpenTelemetry - Kubernetes special | dev.to | 2025-04-10

    Docker Compose is great for demos: docker compose up, and you're good to go, but I know no organization that uses it in production. Deploying workloads to Kubernetes is much more involved than that. I've used Kubernetes for demos in the past; typing kubectl apply -f is dull fast. In addition to GitOps, which isn't feasible for demos, the two main competitors are Helm and Kustomize. I chose the former for its ability to add dependencies.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Harbor

    An open source trusted cloud native registry project that stores, signs, and scans content.

    Project mention: Docker limits unauthenticated pulls to 10/HR/IP from Docker Hub, from March 1 | news.ycombinator.com | 2025-02-21
  4. argo-cd

    Declarative Continuous Deployment for Kubernetes

    Project mention: Introduction to Gitless GitOps: A New OCI-Centric and Secure Architecture | dev.to | 2025-04-16

    Popular GitOps tools include ArgoCD, FluxCD, and PipeCD.

  5. vcluster

    vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.

    Project mention: Even more OpenTelemetry - Kubernetes special | dev.to | 2025-04-10

    I was a victim of the IT crisis last summer, and my company fired me, so I no longer work on Apache APISIX. They say that the Chinese ideogram for crisis contains the ideogram for opportunity. I used this opportunity to join LoftLabs. LoftLabs offers a cluster virtualization solution called vCluster.

  6. flux2

    Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

    Project mention: Introduction to Gitless GitOps: A New OCI-Centric and Secure Architecture | dev.to | 2025-04-16

    Popular GitOps tools include ArgoCD, FluxCD, and PipeCD.

  7. kubevela

    The Modern Application Platform.

    Project mention: Open-source alternative to Heroku, Vercel, and Netlify | news.ycombinator.com | 2024-04-29
  8. podinfo

    Go microservice template for Kubernetes

    Project mention: GitOps: ArgoCD vs FluxCD | dev.to | 2024-08-02

    flux create source git podinfo \ --url=https://github.com/stefanprodan/podinfo \ --branch=master \ --interval=1m \ --export > ./clusters/my-cluster/podinfo-source.yaml

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. kubeapps

    A web-based UI for deploying and managing applications in Kubernetes clusters

  11. devspace

    DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

    Project mention: Open Source Alternatives to GitHub Codespaces | dev.to | 2025-03-04
  12. werf

    A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.

  13. arkade

    Open Source Marketplace For Developer Tools

  14. helmfile

    Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD. (by helmfile)

    Project mention: Awesome Kubernetes Resources !!! 🔥 | dev.to | 2025-03-18

    💚Helmfile 🔥🔥🔥🔥🔥 - Helmfile is a declarative spec for deploying helm charts.

  15. helmfile

    Deploy Kubernetes Helm Charts

    Project mention: Advanced Helm Features | dev.to | 2024-09-06

    You can install Helmfile by following the instructions on the Helmfile GitHub repository.

  16. chartmuseum

    helm chart repository server

  17. k8s-deployment-strategies

    Kubernetes deployment strategies explained

  18. okteto

    Develop your applications directly in your Kubernetes Cluster

    Project mention: GitHub Codespaces Alternatives – Part I | dev.to | 2025-02-21
  19. cyclops

    Developer Friendly Kubernetes 👁️

    Project mention: Nice open-source UI Tool to interact with kubernetes clusters | dev.to | 2025-04-07

    Cyclops: https://github.com/cyclops-ui/cyclops

  20. helm-diff

    A helm plugin that shows a diff explaining what a helm upgrade would change

    Project mention: Ensuring Effective Helm Charts with Linting, Testing, and Diff Checks 🚀 | dev.to | 2024-10-01

    name: Helm Chart CI on: push: branches: - main pull_request: branches: - main jobs: helm-chart-testing: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Set up Helm run: | curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - name: Install Helm plugins (Unit Test, Diff) run: | helm plugin install https://github.com/quintush/helm-unittest helm plugin install https://github.com/databus23/helm-diff - name: Run Helm Chart-Testing Lint run: | ct lint --charts ./nginx/ - name: Run Helm Unit Tests run: | helm unittest ./nginx/ - name: Check for Changes with Helm Diff run: | helm diff upgrade nginx ./nginx --values ./nginx/values.yaml

  21. kube-score

    Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.

    Project mention: 🤖 End to end LLMOps Pipeline - Part 7- Validating Kubernetes Manifests with kube-score🤖 | dev.to | 2024-08-18

    curl -L -o kube-score https://github.com/zegl/kube-score/releases/download/v1.11.0/kube-score_1.11.0_linux_amd64 chmod +x kube-score sudo mv kube-score /usr/local/bin/

  22. keel

    Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates

  23. pluto

    A cli tool to help discover deprecated apiVersions in Kubernetes

  24. helmify

    Creates Helm chart from Kubernetes yaml

  25. zarf

    DevSecOps for Airgap & Limited-Connection Systems. https://zarf.dev/

    Project mention: Zarf: DevSecOps for Air Gap and Limited-Connection Systems | news.ycombinator.com | 2025-02-23
  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Helm discussion

Log in or Post with

Go Helm related posts

  • Even more OpenTelemetry - Kubernetes special

    8 projects | dev.to | 10 Apr 2025
  • GitOps: A Beginner’s Guide to Managing Infrastructure with Git

    2 projects | dev.to | 9 Apr 2025
  • Nice open-source UI Tool to interact with kubernetes clusters

    4 projects | dev.to | 7 Apr 2025
  • From Helm Chart to Developer UI in 5 Minutes

    2 projects | dev.to | 3 Apr 2025
  • Nelm, a Helm 3 alternative, is generally available now

    1 project | news.ycombinator.com | 3 Apr 2025
  • How Platform Engineering Helps You Move Like a Startup Again

    1 project | dev.to | 27 Mar 2025
  • Cyclops Launch Week #2

    1 project | dev.to | 20 Mar 2025
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 21 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Helm projects in Go? This list will help you:

# Project Stars
1 helm 27,768
2 Harbor 25,346
3 argo-cd 19,247
4 vcluster 10,609
5 flux2 7,012
6 kubevela 6,658
7 podinfo 5,573
8 kubeapps 5,095
9 devspace 4,568
10 werf 4,405
11 arkade 4,364
12 helmfile 4,341
13 helmfile 4,048
14 chartmuseum 3,672
15 k8s-deployment-strategies 3,584
16 okteto 3,361
17 cyclops 3,065
18 helm-diff 2,943
19 kube-score 2,881
20 keel 2,535
21 pluto 2,274
22 helmify 1,591
23 zarf 1,532

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com