Posts tagged "infrastructure"

96 articles

September 18, 2025

Implementing Terraform drift detection with GitHub Actions

How to automate drift detection with GitHub actions and be notified of changes to your infrastructure that could cause Terraform drift so you can prevent it.

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

Atlantis Alternative: Why teams are moving to Terrateam OSS

Discover why engineering teams are searching for an Atlantis alternative and how Terrateam OSS delivers missing features needed for modern Terraform automation.

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

Infrastructure in 2035: Steve Wade on Making Infrastructure Boring Again

Steve Wade, the Pragmatic CNCF Guy, shares his unfiltered perspective on how infrastructure management will evolve from complex code to conversational AI by 2035.

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 28, 2025

Infrastructure in 2035: Matt Gowie on Why Code Still Matters

Matt Gowie, CEO of Masterpoint, shares his grounded perspective on why infrastructure as code isn't going away and why abstractions can't hide complexity.

August 27, 2025

Infrastructure in 2035: Anton Babenko on Moving Beyond 'As-Code'

Anton Babenko, creator of terraform-aws-modules, shares his bold vision for how infrastructure management will evolve beyond code by 2035.

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.

August 20, 2025

Announcing CODEOWNERS Enforcement

Integrate with your repo's CODEOWNERS file to ensure the right teams approve infrastructure changes