adeploy VS tofu-controller

Compare adeploy vs tofu-controller and see what are their differences.

adeploy

Universal deployment tool for Kubernetes that supports rendering and deployment of lightweight Jinja templated k8s manifests as well as complex Helm charts. (by awesome-it)

tofu-controller

A GitOps OpenTofu and Terraform controller for Flux (by flux-iac)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
adeploy tofu-controller
2 14
12 1,149
- 10.4%
7.6 9.6
2 months ago 9 days ago
Python Go
BSD 3-clause "New" or "Revised" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

adeploy

Posts with mentions or reviews of adeploy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-10.
  • Helm is both "package manager" and "templating engine" - probably the best package manager but horrible template engine
    11 projects | /r/kubernetes | 10 Aug 2022
    We created adeploy, which is using Jinja Templating to render Manifests out of a set of template files and variables. We added some functions i.e. to set versions, create labels, include files or to handle secret creation using gopass and support to run in CI/CD without re-creating secrets. Source + (some) docs: https://github.com/awesome-it/adeploy
  • HELM vs KUSTOMIZE
    8 projects | /r/kubernetes | 28 Jul 2022
    We wrote adeploy which brings Jinja templating for both vanilla manifests and Helm Charts which includes a bench of useful Jinja templating functions i.e. for labeling, secret management etc... The tool supports multiple deployments at different namespaces/releases with different Jinja variables and also includes support to deploy secrets directly from GoPass. It can also be used in CI/CD while secrets are not re-deployed when running via CI/CD. The tool still lacks of some detailed docs and a public pip repo, but this is wip.

tofu-controller

Posts with mentions or reviews of tofu-controller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-12.
  • Self-service infrastructure as code
    4 projects | dev.to | 12 Mar 2024
    We stumbled upon a project for maintaining Terraform with CRDs that we could deploy with Helm. That project is now called Tofu-Controller - another WeaveWorks project, so it integrated great with our existing Flux setup.
  • Weaveworks Seems to Be Disintegrating
    1 project | news.ycombinator.com | 25 Jan 2024
    https://github.com/weaveworks/tf-controller/issues/1166#issu...
  • Disaster Recovery for AWS EKS Infra
    3 projects | /r/kubernetes | 22 Jun 2023
    Weave's TF-Controller, which also has fewer bugs, much better adoption, and it looks like it's actually being developed by someone. But requires a weird argocd <-> flux interop boilerplate. It's a "controller for flux" and not a Kubernetes controller, and I don't really get such ambiguous targeting , but meh...
  • Migrate from terragrunt to terraform
    4 projects | /r/Terraform | 23 Apr 2023
    Wrt tools, I wanted to integrate terraform with Flux thanks to their tf-controller. Conciling the core gitops features with terraform would be great imho.
  • My recently deployed media apps in ArgoCD, migrating from Terraform.
    7 projects | /r/selfhosted | 29 Mar 2023
    I'm using Flux instead of Argo which has support for running terraform from a given Git Repo or OCI artifact so essentially I still fall back on Terraform when needed and it's applied via GitOps.
  • Looking for teammate to join project (not a job posting)
    2 projects | /r/devops | 3 Mar 2023
  • MySQL operators without the cluster
    4 projects | /r/kubernetes | 8 Jan 2023
    tf-controller which is integrated with Flux GitOps and reconciles Terraform files in a control loop
  • Automate your Terraform using GitOps with Flux
    2 projects | dev.to | 29 Dec 2022
    While searching for alternatives for running Terraform using Kubernetes, I found several controllers and operators, but none that I felt had as much potential as the tf-controller from Weaveworks. We are already using Flux as our GitOps tool, and the tf-controller works by utilizing some of the core functionality from Flux, and has a custom resource for Terraform deployments. The source controller takes care of fetching our modules, the kustomize controllers apply the Terraform resources, and then the controller spin up static pods (called runners) that runs your Terraform commands.
  • 2022 was a great year for GitOps
    2 projects | dev.to | 20 Dec 2022
    For us, GitOps is a vital part of how we operate, and it is the magic sauce that fuels our platform offering. Not only do we use it for application deployments, but by utilizing the Weaveworks tf-controller, we can create services using Terraform to automate our infrastructure deployments.
  • Terraform to deploy and KEDA to scale - will it work?
    1 project | /r/Terraform | 15 Oct 2022
    Some further research brought me to Weaveworks' TF-Controller which appears to be able to do what I want at least for the initial deployment step. Flux CD (also by Weaveworks) integrates with KEDA now, so it would be great if it could also integrate with KEDA to manage terraform-deployed Azure resources.

What are some alternatives?

When comparing adeploy and tofu-controller you can also consider the following projects:

terraform-provider-docker - Terraform Docker provider

crossplane - The Cloud Native Control Plane

devspace-demo - A demo trialing the basic operation of Devspace

atlantis - Terraform Pull Request Automation

helmfile - Deploy Kubernetes Helm Charts

helm-operator - Successor: https://github.com/fluxcd/helm-controller — The Flux Helm Operator, once upon a time a solution for declarative Helming.

jsonnet-controller - A fluxcd controller for managing manifests declared in jsonnet

documents - 📑 Lasting documents from the GitOps Working Group which are versioned and released together (including the GitOps Principles and Glossary)

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

bootstrap-repo

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

kustomize - Customization of kubernetes YAML configurations