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 →
Top 23 Go Helm Projects
-
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.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Project mention: Docker limits unauthenticated pulls to 10/HR/IP from Docker Hub, from March 1 | news.ycombinator.com | 2025-02-21
-
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.
-
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.
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.
-
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.
-
Project mention: Open-source alternative to Heroku, Vercel, and Netlify | news.ycombinator.com | 2024-04-29
-
flux create source git podinfo \ --url=https://github.com/stefanprodan/podinfo \ --branch=master \ --interval=1m \ --export > ./clusters/my-cluster/podinfo-source.yaml
-
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.
-
-
devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
-
werf
A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.
-
-
helmfile
Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD. (by helmfile)
💚Helmfile 🔥🔥🔥🔥🔥 - Helmfile is a declarative spec for deploying helm charts.
-
You can install Helmfile by following the instructions on the Helmfile GitHub repository.
-
-
-
-
Project mention: Nice open-source UI Tool to interact with kubernetes clusters | dev.to | 2025-04-07
Cyclops: https://github.com/cyclops-ui/cyclops
-
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
-
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-18curl -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/
-
-
-
-
Project mention: Zarf: DevSecOps for Air Gap and Limited-Connection Systems | news.ycombinator.com | 2025-02-23
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go Helm discussion
Go Helm related posts
-
Even more OpenTelemetry - Kubernetes special
-
GitOps: A Beginner’s Guide to Managing Infrastructure with Git
-
Nice open-source UI Tool to interact with kubernetes clusters
-
From Helm Chart to Developer UI in 5 Minutes
-
Nelm, a Helm 3 alternative, is generally available now
-
How Platform Engineering Helps You Move Like a Startup Again
-
Cyclops Launch Week #2
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 21 Apr 2025
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 |