Flux

Successor: https://github.com/fluxcd/flux2 (by fluxcd)

Flux Alternatives

Similar projects and alternatives to Flux

  1. kubernetes

    766 Flux VS kubernetes

    Production-Grade Container Scheduling and Management

  2. 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
  3. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  4. sops

    158 Flux VS sops

    Simple and flexible tool for managing secrets

  5. k9s

    154 Flux VS k9s

    šŸ¶ Kubernetes CLI To Manage Your Clusters In Style!

  6. jaeger

    110 Flux VS jaeger

    CNCF Jaeger, a Distributed Tracing Platform

  7. devtron

    The only Kubernetes dashboard you need

  8. flux2

    102 Flux VS flux2

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

  9. SaaSHub

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

    SaaSHub logo
  10. argo-cd

    84 Flux VS argo-cd

    Declarative Continuous Deployment for Kubernetes

  11. rancher

    90 Flux VS rancher

    Complete container management platform

  12. k3d

    79 Flux VS k3d

    Little helper to run CNCF's k3s in Docker

  13. sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

  14. CapRover

    33 Flux VS CapRover

    Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

  15. k0s

    33 Flux VS k0s

    k0s - The Zero Friction Kubernetes

  16. flagger

    17 Flux VS flagger

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

  17. werf

    15 Flux VS werf

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

  18. jx

    12 Flux VS jx

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

  19. keel

    20 Flux VS keel

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

  20. goseaweedfs

    A complete Golang client for SeaweedFS

  21. fleet

    3 Flux VS fleet

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

  22. Gitkube

    1 Flux VS Gitkube

    Build and deploy docker images to Kubernetes using git push

  23. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Flux alternative or higher similarity.

Flux discussion

Log in or Post with

Flux reviews and mentions

Posts with mentions or reviews of Flux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-05.
  • Weaveworks Is Shuting Down
    5 projects | news.ycombinator.com | 5 Feb 2024
    Right. Flux was a handy little tool[1] that sync'd yaml manifests in git repos to live clusters. The concept was fascinating, and the tool was well done--small and efficient. Easy to learn.

    In 2019, they announced they'd be "merging" with argocd[2]. It seems the merge never really took place, and after that they deprecated flux and announced flux2[3].

    The sudden changes of course were a little confusing and perhaps not too well communicated.

    1: https://github.com/fluxcd/flux

  • FluxCD - question on configuration/setup in namespaces...
    1 project | /r/kubernetes | 29 Jun 2022
    If you are looking at multiple instances of Flux on a cluster which is unmaintained, then most likely you are looking at Flux v1 which is the legacy version and users are all recommended to migrate to the new Flux v2 that has the feature of multiple git repositories and supporting to allow multiple syncs or even multiple tenants.
  • Interesting tools?
    30 projects | /r/kubernetes | 23 May 2022
    CI/CD: Tekton Flux
  • What You Should Know Before Setting Up Your First CI/CDĀ Pipeline
    7 projects | dev.to | 18 May 2022
    Use ArgoCD or Flux for Kubernetes, and Serverless Stack for your serverless Lambda applications.
  • Top 200 Kubernetes Tools for DevOps Engineer Like You
    84 projects | dev.to | 15 Jan 2022
    HybridK8s Droid - Intelligence foor your favourite Delivery Platform Devtron - Software Delivery Workflow for Kubernetes Skaffold - Easy and Repeatable Kubernetes Development Apollo - Apollo - The logz.io continuous deployment solution over kubernetes Helm Cabin - Web UI that visualizes Helm releases in a Kubernetes cluster flagger - Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments) Kubeform - Kubernetes CRDs for Terraform providers https://kubeform.com Spinnaker - Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. http://www.spinnaker.io/ werf - GitOps tool to deliver apps to Kubernetes and integrate this process with GitLab and other CI tools Flux - GitOps Kubernetes operator Argo CD - Declarative continuous deployment for Kubernetes Tekton - A cloud native continuous integration and delivery (CI/CD) solution Jenkins X - Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Tekton, Knative, Lighthouse, Skaffold and Helm KubeVela - KubeVela works as an application delivery control plane that is fully decoupled from runtime infrastructure ksonnet - A CLI-supported framework that streamlines writing and deployment of Kubernetes configurations to multiple clusters CircleCI - A cloud-based tool that helps build continuous integration and continuous delivery pipelines to Kubernetes.
  • Automatic subchart updating?
    1 project | /r/helm | 10 Nov 2021
    Does a tool like this exist? I am aware of the argoCD image updater which is similar but not quite what Iā€™m looking for, and am aware that flux has an old feature request for this https://github.com/fluxcd/flux/issues/2711
  • Automation assistants: GitOps tools in comparison
    28 projects | dev.to | 12 Aug 2021
    The blog post by Weaveworks, which coined the term GitOps in 2017, also names the first GitOps operator: Flux. In the meantime, this has been completely rewritten as Flux v2. In addition to Flux and Flux v2, the associated project "Flux" develops other components. Weaveworks has now handed the project over to the Cloud Native Computing Foundation (CNCF). By now, the project is in the second maturity level: incubator phase.
  • Azure DevOps and GitOps
    1 project | /r/azuredevops | 9 Jul 2021
    Here's our GitHub for Weave Flux and an overview of GitOps
  • Open source Heroku Like Platform on premises
    4 projects | news.ycombinator.com | 25 Mar 2021
    Looks really neat. We have a not-super-trivial rails app that I want to move to docker one day, but kinda scared to make the jump. We're already using docker for development, plus even have a home-grown docker-compose setup for ephemeral labs, but it's clunky at best.

    This seems like something that might provide a simple jumping board hopefully... Also bumped into fluxCD[0] recently which also looks interesting.

    [0] https://github.com/fluxcd/flux

  • Kubernetes State Checker
    3 projects | news.ycombinator.com | 10 Mar 2021
    > It doesn't make all the other yaml files happen. It doesn't make the yaml files you no longer want happening, stop happening. It doesn't even tell you "these things were created by 'old' yaml files" and should be garbage collected (since it doesn't seem to have a sense of old yaml files).

    This is definitely one piece of Kubernetes that is getting a lot of attention recently. The three tools I've been paying attention to are Argo CD[0], Flux[1], and Config Sync[2].

    All of these allow you to point your repository to a cluster and sync resources from the repo to the cluster, including deletes.

    [0] https://argoproj.github.io/argo-cd/

    [1] https://github.com/fluxcd/flux

    [2] https://cloud.google.com/kubernetes-engine/docs/add-on/confi...

    Disclaimer: I work at GCP, but not on the GKE team. Opinions are my own.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more ā†’

Stats

Basic Flux repo stats
12
6,956
7.6
over 2 years ago

Sponsored
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.ai

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