terrakube VS terramate

Compare terrakube vs terramate and see what are their differences.

terramate

Terramate CLI is an open-source Infrastructure as Code (IaC) orchestration tool for Terraform, OpenTofu, Terragrunt, Kubernetes, Pulumi, Cloud Formation, CDK, Azure Resource Manager (ARM), and others. (by terramate-io)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
terrakube terramate
11 16
430 3,072
5.8% 2.6%
9.3 9.8
6 days ago about 9 hours ago
Java Go
Apache License 2.0 Mozilla Public 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.

terrakube

Posts with mentions or reviews of terrakube. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • Terrakube: An Open Source Alternative to Terraform Cloud/Enterprise
    1 project | /r/u_terrakube | 5 Dec 2023
  • Terrakube 2.16.0 has been released
    1 project | /r/terrakube | 22 Oct 2023
    We’ve addressed some issues reported by the community regarding performance,bugs and security. You can see the full change log for this version here https://github.com/AzBuilder/terrakube/releases/tag/2.16.0
  • Terraform Tower
    7 projects | /r/Terraform | 12 Jul 2023
  • Reminder: there are alternatives to Terraform Cloud out there
    7 projects | /r/Terraform | 18 May 2023
  • Self Service for Users
    2 projects | /r/Terraform | 9 May 2023
    In the upcoming weeks we are going to release the version 2.14.0 for terrakube and we are going to add a new feature that allows you to define self service portals using Terraform Modules. Basically you can define your cloud agnostic portal with a similar experience that you have with Azure Portal/GCP Console/AWS Console and it's fully integrated with all the Terrakube features. Please check out this issue as reference. In case you are interested you can watch our github repo for new releases. Check a couple of images as reference
  • Terrakube 2.12.0 has been released
    2 projects | /r/u_terrakube | 28 Mar 2023
    Thanks for the community contribution, specially thanks to @Diliz and @jstewart612 for their contributions in the Helm Chart. For the full changelog for this version please check https://github.com/AzBuilder/terrakube/releases/tag/2.12.0
  • Hatchet — yet another TFC/TFE open-source alternative
    4 projects | /r/Terraform | 27 Mar 2023
    Hey everyone — I’ve been building an open-source Terraform Cloud/Enterprise alternative and I just released the first (alpha) version: https://github.com/hatchet-dev/hatchet. I’ve enjoyed seeing the recent OSS alternatives popping up (OTF, Terrakube, Terrateam) and wanted to put this out there as well.
  • DevOps Engineer here looking for something interesting to work on.
    3 projects | /r/devops | 24 Mar 2023
    You could try to collaborate in some open source project, send pull request to fix issues, add features or even testing new tools and give feedback. If you like terraform + kubernetes projects you could check https://github.com/AzBuilder/terrakube
  • Terrakube docs
    2 projects | /r/terrakube | 20 Sep 2022
    As Terrakube has achieved better stability, we are focusing on improving our documentation. We are currently creating the user guide and will be working on some blogs and how-to articles. Any suggestions please contribute to our docs https://docs.terrakube.org/ or directly in our github docs repo https://github.com/AzBuilder/docs We are also planning to continue our videos series in youtube with some practical examples https://www.youtube.com/playlist?list=PLYcaX4vPmURqp9EVC6T_KfBWqf_caeleR
  • Terrakube 2.6.0 has been released
    2 projects | /r/terrakube | 30 Aug 2022

terramate

Posts with mentions or reviews of terramate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-07.
  • Terragrunt for Multi-Region/Multi-Account Deployments
    3 projects | dev.to | 7 May 2024
    Terramate: It seems like a good alternative, and I think it could have been a better choice for certain issues we had. With Terramate the transition from Terraform might have been easier since Terraform projects can be imported seamlessly. Furthermore, we don't have to think right away about how to modularize everything. The reason it was not chosen, is that my team was mainly familiar with Terragrunt. We had no experience with Terramate, so we decided to play it safely.
  • Terramate meets Atlantis 🚀
    2 projects | dev.to | 4 Apr 2024
    initContainers: - args: - >- curl -L https://github.com/terramate-io/terramate/releases/download/v${TERRAMATE_VERSION}/terramate_${TERRAMATE_VERSION}_linux_x86_64.tar.gz | tar xz command: - sh - -c env: - name: TERRAMATE_VERSION value: 0.4.5 image: curlimages/curl name: get-terramate volumeMounts: - mountPath: /home/curl_user/ name: terramate workingDir: /home/curl_user/ extraVolumes: - name: terramate emptyDir: {} extraVolumeMounts: - name: terramate mountPath: /usr/local/bin/terramate subPath: terramate readOnly: true
  • Top Terraform Tools to Know in 2024
    19 projects | dev.to | 26 Mar 2024
    ‍Terramate is an open-source IaC orchestration tool for Terraform, OpenTofu, Pulumi, Cloudformation, and others, that streamlines and scales your IaC workflows.
  • Terramate
    1 project | /r/devopspro | 11 Oct 2023
  • Show HN: Layerform (YC S23) – Open-source development environments
    3 projects | news.ycombinator.com | 15 Aug 2023
    Nice, this looks close to https://terramate.io/ stacks
  • Tools that actaully ease the burden of Terraform?
    3 projects | /r/Terraform | 5 Jul 2023
    You might want to take a look at Terramate. Compared to other tooling such as Terragrunt we're not a wrapper that will lock you in yet another syntax. Terramate is a code generator and orchestrator that helps you to generate native Terraform that can be executed in whatever environment of your choice.
  • Backend question
    2 projects | /r/Terraform | 22 Jun 2023
    Another option for Terragrunt could be Terramate. It comes with Code Generation that helps you to automatically generate files such as Terraform, Provider and Backend configurations in various stacks (directories). The upside is that it always generates native Terraform code.
  • How to manage terraform code for large projects?
    4 projects | /r/Terraform | 30 May 2023
    This can be done with a tool such as Terramate or Terragrunt (afaik Terragrunt doesn't come with change detection).
  • Reminder: there are alternatives to Terraform Cloud out there
    7 projects | /r/Terraform | 18 May 2023
    I'd love to add Terramate to the list of alternatives to Terraform Cloud!
  • Terramate is a tool for managing multiple Terraform stacks
    1 project | news.ycombinator.com | 6 Mar 2023

What are some alternatives?

When comparing terrakube and terramate you can also consider the following projects:

digger - Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️

Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀

otf - An open source alternative to terraform enterprise.

yor - Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it.

atlantis - Terraform Pull Request Automation

atmos - 👽 Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile.

docs - Terrakube Documentation

terrascan - Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.

kube-reqsizer - A Kubernetes controller for automatically optimizing pod requests based on their continuous usage. VPA alternative that can work with HPA.

terrakube-extensions - Terrakube Configuration Language extensions