Go Gitops

Open-source Go projects categorized as Gitops

Top 23 Go Gitops Projects

  1. OpenFaaS

    OpenFaaS - Serverless Functions Made Simple

    Project mention: Why Serverless Architecture Might Be the Future (But Not for Everyone) πŸš€ | dev.to | 2025-02-27

    Here’s a GitHub repo for an open-source serverless framework, if you want to experiment without full cloud lock-in.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. argo-cd

    Declarative Continuous Deployment for Kubernetes

    Project mention: Deploying a Microservices Application with Azure devops, Kubernetes and CI/CD | dev.to | 2025-08-06

    echo "Installing Argo CD CLI..." sudo curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 sudo chmod +x /usr/local/bin/argocd

  4. argo

    Workflow Engine for Kubernetes

  5. bytebase

    World's most advanced database DevSecOps solution for Developer, Security, DBA and Platform Engineering teams. The GitHub/GitLab for database DevSecOps.

    Project mention: Postgres 🐘 vs. SQL Server: a Complete Comparison βš–οΈ in 2025 | dev.to | 2025-04-01

    This post is maintained by Bytebase, an open-source database DevSecOps tool that can manage both Postgres and SQL Server. We update the post every year.

  6. sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

    Project mention: DevSecOps with Github Actions and ArgoCD | dev.to | 2025-07-26

    # Install the Sealed Secrets controller kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/latest/download/controller.yaml # Verify installation kubectl get pods -n kube-system | grep sealed-secrets

  7. flux2

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

    Project mention: Platform Engineering for the uninitiated | dev.to | 2025-08-29

    Some of the brightest minds came together to set up the Cloud Native Compute Foundation and championed the concept of GitOps. This brought about yet another major shift in developer mindsets, and allowed techies to be more declarative with their infrastructure and focus solely on the what; the responsibility of how was abstracted away with the new technologies on the horizon. With Kubernetes widely adopted for container orchestration at scale in the cloud, Helm surfaced as the package manager for deployments to k8s clusters. The packages came to be known as Charts and could be deployed with predictability and consistency. This was a step in the right direction, but still included a little bit of ClickOps. Thanks to CNCF yet again, tools like Flux and Argo CD alleviated that pain aptly, and it became possible to manage Helm deployments in a declarative manner. As one can tell, this is already a lot to deal with for a developer who's supposed to write code for implementing business logic.

  8. podinfo

    Go microservice template for Kubernetes

  9. 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
  10. Fleet

    Open device management

    Project mention: What's your company's standard approach to developer workstations? | news.ycombinator.com | 2025-05-20
  11. gaia

    Build powerful pipelines in any programming language.

  12. flagger

    Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)

    Project mention: Future AI Deployment: Automating Full Lifecycle Management with Rollback Strategies and Cloud Migration | dev.to | 2025-03-15

    Canary Deployment with Kubernetes (Flagger): Flagger Documentation

  13. devtron

    The only Kubernetes dashboard you need

    Project mention: Show HN: Devtron – Open-Source Kubernetes-Native CI/CD Platform | news.ycombinator.com | 2025-04-14

    Website: https://devtron.ai/

    And don't forget to send the feedbacks.

  14. jx

    Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton

    Project mention: 10 Game-Changing Platforms & Assistants Every Engineering Team Needs in 2025 | dev.to | 2025-06-23

    6. Jenkins X – Cloud-Native CI/CD

  15. flipt

    Enterprise-ready, Git native feature management solution

    Project mention: OpenFeature – a vendor-agnostic, community-driven API for feature flagging | news.ycombinator.com | 2024-10-25

    Speaking as an open-source feature flag 'vendor' (https://github.com/flipt-io/flipt), the OpenFeature organization has been a joy to work with. They are very welcoming of new contributors (e.g., implementing a provider SDK in a new language).

    If you're interested in this space I'd recommend lurking in their CNCF Slack Channel https://cloud-native.slack.com/archives/C0344AANLA1

  16. werf

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

  17. argo-rollouts

    Progressive Delivery for Kubernetes

    Project mention: Awesome Kubernetes Resources !!! πŸ”₯ | dev.to | 2025-03-18

    πŸ’šArgo Rollouts πŸ”₯πŸ”₯πŸ”₯πŸ”₯ - Argo Rollouts controller, uses the Rollout custom resource to provide additional deployment strategies such as Blue Green and Canary to Kubernetes.

  18. kargo

    Application lifecycle orchestration

    Project mention: Kargo – Multi-Stage GitOps Continuous Promotion | news.ycombinator.com | 2025-05-29
  19. kubefirst

    The Kubefirst Open Source Platform

  20. kpt

    Automate Kubernetes Configuration Editing

  21. gitops-engine

    Democratizing GitOps

  22. zarf

    The Airgap Native Packager Manager for Kubernetes

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

    Deploy workloads from Git to large fleets of Kubernetes clusters (by rancher)

  24. tofu-controller

    A GitOps OpenTofu and Terraform controller for Flux

    Project mention: Top 8 GitOps Tools You Should Know | dev.to | 2025-06-02

    You can use solutions such as Flux's Tofu Controller to automatically sync your infrastructure's state to your repository's content, eliminating the need to run Terraform commands on-demand.

  25. tfmigrate

    A Terraform / OpenTofu state migration tool for GitOps

  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 Gitops discussion

Log in or Post with

Go Gitops related posts

  • Show HN: After 3 years, we've shipped Sveltos v1.0.0

    1 project | news.ycombinator.com | 18 Aug 2025
  • Deploying a Microservices Application with Azure devops, Kubernetes and CI/CD

    1 project | dev.to | 6 Aug 2025
  • ECS Native Blue/Green is Here! With Strong Hooks and Dark Canary

    1 project | dev.to | 19 Jul 2025
  • Home Lab: Chapter 4 β€” Kubernetes GitOps with ArgoCD

    2 projects | dev.to | 10 Jun 2025
  • Top 8 GitOps Tools You Should Know

    1 project | dev.to | 2 Jun 2025
  • Kargo – Multi-Stage GitOps Continuous Promotion

    1 project | news.ycombinator.com | 29 May 2025
  • What's your company's standard approach to developer workstations?

    3 projects | news.ycombinator.com | 20 May 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 31 Aug 2025
    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. Learn more β†’

Index

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

# Project Stars
1 OpenFaaS 25,850
2 argo-cd 20,484
3 argo 15,966
4 bytebase 12,924
5 sealed-secrets 8,499
6 flux2 7,370
7 podinfo 5,677
8 Fleet 5,470
9 gaia 5,233
10 flagger 5,143
11 devtron 5,110
12 jx 4,661
13 flipt 4,535
14 werf 4,502
15 argo-rollouts 3,210
16 kargo 2,671
17 kubefirst 1,983
18 kpt 1,802
19 gitops-engine 1,778
20 zarf 1,639
21 fleet 1,631
22 tofu-controller 1,477
23 tfmigrate 1,227

Sponsored
Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com

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