Awesome DevOps Freelance - Documentation: https://adurrr.github.io/awesome-devops-freelance/docs/ - Get Started: https://adurrr.github.io/awesome-devops-freelance/docs/get-started/ - Freelance Devops Roadmap: https://adurrr.github.io/awesome-devops-freelance/docs/get-started/freelance-devops-roadmap/ - How to Use This List: https://adurrr.github.io/awesome-devops-freelance/docs/get-started/how-to-use-this-list/ - Paradigms: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/ - Landscape 2026: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/ - Aiops: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/aiops/ - Dataops: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/dataops/ - Devops: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/devops/ - Devsecops: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/devsecops/ - Finops: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/finops/ - Llmops: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/llmops/ - Mlops: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/mlops/ - Platform Engineering: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/platform-engineering/ - Sre: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/landscape/sre/ - Academic References: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/academic-references/ - Cncf Landscape Analysis: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/cncf-landscape-analysis/ - Paradigm Familiarization: https://adurrr.github.io/awesome-devops-freelance/docs/paradigms/paradigm-familiarization/ - Tools: https://adurrr.github.io/awesome-devops-freelance/docs/tools/ - Ai for Devops: https://adurrr.github.io/awesome-devops-freelance/docs/tools/ai-for-devops/ - Ci Cd Tools: https://adurrr.github.io/awesome-devops-freelance/docs/tools/ci-cd-tools/ - Container Orchestration: https://adurrr.github.io/awesome-devops-freelance/docs/tools/container-orchestration/ - Cost Management Finops: https://adurrr.github.io/awesome-devops-freelance/docs/tools/cost-management-finops/ - Gitops Tools: https://adurrr.github.io/awesome-devops-freelance/docs/tools/gitops-tools/ - Iaac Tools: https://adurrr.github.io/awesome-devops-freelance/docs/tools/iaac-tools/ - Messaging Streaming: https://adurrr.github.io/awesome-devops-freelance/docs/tools/messaging-streaming/ - Mlops Llmops Tools: https://adurrr.github.io/awesome-devops-freelance/docs/tools/mlops-llmops-tools/ - Observability Monitoring: https://adurrr.github.io/awesome-devops-freelance/docs/tools/observability-monitoring/ - Platform Engineering: https://adurrr.github.io/awesome-devops-freelance/docs/tools/platform-engineering/ - Security Devsecops: https://adurrr.github.io/awesome-devops-freelance/docs/tools/security-devsecops/ - Sre Tools: https://adurrr.github.io/awesome-devops-freelance/docs/tools/sre-tools/ - Careers: https://adurrr.github.io/awesome-devops-freelance/docs/careers/ - Freelancer Profile Analysis: https://adurrr.github.io/awesome-devops-freelance/docs/careers/freelancer-profile-analysis/ - Reference: https://adurrr.github.io/awesome-devops-freelance/docs/reference/ - How to Contribute: https://adurrr.github.io/awesome-devops-freelance/docs/reference/how-to-contribute/ - Methodology: https://adurrr.github.io/awesome-devops-freelance/docs/reference/methodology/ - Research Review Notes: https://adurrr.github.io/awesome-devops-freelance/docs/reference/research-review-notes/ - Architecture: https://adurrr.github.io/awesome-devops-freelance/docs/architecture/ # Infrastructure as Code Tools → Extended List > **Full comparison of IaC tools for DevOps freelancers.** **Last updated**: 2026-05-26 --- ## Comparison Matrix | Tool | Language | License | Stars | IaC Type | Multi-Cloud | Learning Curve | Freelance Demand | |---|---|---|---|---|---|---|---| | **Terraform** | HCL | BSL | 43k+ | Provisioning | ✅ | Medium | 🔥🔥🔥🔥🔥 | | **OpenTofu** | HCL | MPL | 22k+ | Provisioning | ✅ | Medium | 🔥🔥🔥🔥 Growing | | **Pulumi** | Python/TS/Go/C# | Apache 2.0 | 22k+ | Provisioning | ✅ | Medium-High | 🔥🔥🔥 Growing | | **Crossplane** | K8s CRDs (YAML) | Apache 2.0 | 10k+ | Control plane | ✅ | High | 🔥🔥 Niche premium | | **Ansible** | YAML | GPL | 63k+ | Config mgmt | ✅ | Low-Medium | 🔥🔥🔥🔥 Steady | | **CloudFormation** | JSON/YAML | AWS | - | Provisioning | ❌ (AWS) | Medium | 🔥🔥 AWS-only | | **Puppet** | DSL | Apache 2.0 | 8k+ | Config mgmt | ✅ | High | 🔥 Legacy | | **Chef** | Ruby DSL | Apache 2.0 | 8k+ | Config mgmt | ✅ | High | 🔥 Legacy | ## Key Tools Detailed ### Terraform - **Freelance use case**: 90% of infrastructure gigs need Terraform - **Rate impact**: Baseline IaC skill - **Best for**: Multi-cloud provisioning, state management - **Alternatives**: OpenTofu (open-source fork) ### OpenTofu - **Why it matters**: Linux Foundation-backed Terraform fork after BSL license change - **Freelance use case**: Clients avoiding Terraform BSL license - **Adoption**: Growing rapidly (22k GitHub stars) ### Pulumi - **Why it matters**: IaC in real programming languages - **Freelance use case**: Teams that prefer Python/TypeScript over HCL - **Premium**: Niche skill commands higher rate ### Crossplane - **Why it matters**: K8s-native IaC (CNCF graduated Oct 2025) - **Freelance use case**: Platform engineering, K8s-centric organizations - **Premium**: +30-40% over Terraform roles ## Freelance Project Ideas 1. Multi-cloud infrastructure with Terraform workspaces (dev/staging/prod) 2. Migration from CloudFormation → Terraform 3. Crossplane control plane for platform engineering 4. Ansible playbooks for configuration management 5. OpenTofu migration from Terraform ## Learning Resources - [Terraform Docs](https://developer.hashicorp.com/terraform/docs) - [OpenTofu Docs](https://opentofu.org/docs/) - [Pulumi Learn](https://www.pulumi.com/learn/) - [Crossplane Docs](https://docs.crossplane.io/) - [Ansible Documentation](https://docs.ansible.com/)