Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
voatsap committed Oct 6, 2023
1 parent 3fe199d commit 5ba2a86
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/cdev-vs-terragrunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ Both Cluster.dev and Terragrunt have been increasingly popular tools within the

### 1. Introduction

- Cluster.dev
- A comprehensive tool designed for managing cloud-native infrastructures using declarative manifests called stack templates.
- Integrates with various components such as Terraform modules, Kubernetes manifests, Shell scripts, Helm charts, Argo CD/Flux applications, and OPA policies.
- Provides a unified approach to deploy, test, and distribute components.

- Terragrunt
- An extension for Terraform designed to provide additional utilities to manage Terraform modules.
- Helps in keeping Terraform configurations DRY (Don’t Repeat Yourself), ensuring modularity and reuse across multiple environments.
- Offers a layered approach to configuration, simplifying the management of Terraform deployments.
Cluster.dev

- A comprehensive tool designed for managing cloud-native infrastructures using declarative manifests called stack templates.
- Integrates with various components such as Terraform modules, Kubernetes manifests, Shell scripts, Helm charts, Argo CD/Flux applications, and OPA policies.
- Provides a unified approach to deploy, test, and distribute components.

Terragrunt

- An extension for Terraform designed to provide additional utilities to manage Terraform modules.
- Helps in keeping Terraform configurations DRY (Don’t Repeat Yourself), ensuring modularity and reuse across multiple environments.
- Offers a layered approach to configuration, simplifying the management of Terraform deployments.

### 2. Core Features & Abilities

Expand Down

0 comments on commit 5ba2a86

Please sign in to comment.