Posts tagged "ci-cd"
16 articles
GitOps workflows: How they work, what you need, and how to start
Learn what a GitOps workflow is, with a clear GitOps workflow diagram, the key components, and the tools teams use to ship changes safely and repeatably.
What is policy as code? A complete guide for infrastructure teams
What policy as code is, how it differs from infrastructure as code, and where it fits in the software development lifecycle. Plus, policy as code examples.
OpenTofu vs. Terraform: a comparison of the IaC engines
OpenTofu vs. Terraform comparison for 2026. See licensing, state encryption, Terraform Cloud tradeoffs, and when to use each IaC tool.
How to Deploy ArgoCD with Terraform on Kubernetes
Learn how to deploy Argo CD with Terraform using the Kubernetes provider. Set up application repositories, RBAC, and integrate with GitOps workflows.
Terraform Multi-Environment Workflows with Workspaces
Two approaches to Terraform multi-environment management and ship a production-ready GitHub Actions workflow that targets the proper Terraform workspace safely.
Scaling Terraform with Terragrunt: Managing Complex Environments
Learn how Terragrunt solves Terraform's scaling challenges. Manage complex multi-account AWS deployments, keep configurations DRY, and automate with GitHub Actions.
Terraform Security Scanning in CI: Using tfsec and Checkov with GitHub Actions
Learn how to run tfsec and Checkov in GitHub Actions to block insecure Terraform changes, interpret findings, and customize rules for your org.
Managing Terraform State on AWS: S3 Backend and DynamoDB Locking Guide
Learn how to store Terraform state files remotely on AWS using S3 and DynamoDB for locking. Prevent state conflicts and enable team collaboration with this guide.
Most Used Terraform Providers in 2025
Discover the most used Terraform providers in 2025, including AWS, Kubernetes, and Helm. Learn how to choose, version, and automate providers for enterprise GitOps.