Posts tagged "gitops"
36 articles
AWS CDK vs. Terraform: The trade-offs that show up in production
AWS CDK vs. Terraform compared for real workflows, state, drift, testing, portability, and shipping changes safely at scale – plus a bit about CloudFormation.
Infrastructure as code: what IaC is and how to implement it
Learn what infrastructure as code is, how IaC works in DevOps, and a practical plan to implement and test IaC with security guardrails and fewer surprises.
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.
Crossplane vs. Terraform: A comparison of the IaC tools
Compare Crossplane vs Terrateam and Terraform, understand control planes, state management and workflows so you can choose the right infrastructure as code stack.
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.
We charge for people, not machines
Infrastructure automation is about collaboration through pull requests, not CPU cycles. That's why we charge per user instead of per runner, making security best practices free instead of premium features.
Why we built a better Atlantis
Atlantis was groundbreaking for its time, but it couldn't scale with modern Infrastructure-as-Code realities. Here's why we built Terrateam from scratch with determinism, parallelism, and values at its core.
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.
Announcing Terrateam Stacks - Layered and nested infrastructure orchestration
Announcing Terrateam Stacks - orchestrate Terraform deployments with layered and nested stacks, explicit dependencies, and GitOps-native automation.
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.