Posts tagged "automation"

15 articles

September 15, 2025

End-to-End GitOps: Terraform for Infrastructure, ArgoCD for Application Delivery

Implement complete GitOps with a Terraform-ArgoCD integration - Terraform provisioning infrastructure and ArgoCD automating Kubernetes deployments.

September 4, 2025

Provisioning Google Cloud Infrastructure with Terraform (GKE Cluster Example)

Build GKE cluster with Terraform, automate deployments through GitHub Actions, and implement WIF to remove long-lived credentials from your CI/CD pipeline.

August 29, 2025

Deploying an AWS EKS Cluster with Terraform and GitHub Actions

How to provision a production-ready Amazon AWS EKS cluster using Terraform and GitHub Actions to automate deployments.

August 24, 2025

Building a CI/CD Pipeline for Terraform with GitHub Actions

A step-by-step guide on Terraform automation using GitHub Actions, focusing on building a CI/CD Pipeline for Terraform.

May 27, 2025

Terraform Cloud vs. Terrateam: GitOps Workflows Compared

A deep comparison of Terraform Cloud and Terrateam for infrastructure teams adopting GitOps workflows, including pricing, architecture, and use case fit.

May 18, 2025

Managing Terraform Modules at Scale

Learn how to design, version, and automate Terraform modules for long-term maintainability. Covers module organization, lifecycle management, security patterns, and migration strategies for production infrastructure.

March 19, 2025

TACOS are a commodity

Terraform automation tools shouldn't cost an arm and a leg.

January 24, 2025

Minimalist GitHub Actions: Your workflows should do less

Learn how to make your GitHub Actions do less

December 30, 2024

Organizing Terraform Code for Scalability and Maintainability

Learn practical approaches to organizing Terraform code in complex environments. Discover techniques for building reusable modules, managing configuration across environments, and scaling infrastructure code for production.