Zum Hauptinhalt springen
⚙️

IaC & DevOps

Infrastructure as Code and DevOps tools. Define, provision, and manage infrastructure programmatically.

Wichtige Überlegungen

  • Cloud provider support and maturity
  • Language preference - HCL, YAML, or general-purpose
  • State management and collaboration features
  • Community and module ecosystem
  • Enterprise features and compliance
Ansible logo

Ansible

Agentless automation tool. Configure systems, deploy software, and orchestrate workflows using YAML playbooks.

Kostenlose Stufe
configuration automation yaml
AWS CDK logo

AWS CDK

AWS Cloud Development Kit. Define AWS cloud infrastructure using TypeScript, Python, Java, C#, or Go.

Kostenlose Stufe
iac aws typescript
AWS CloudFormation logo

AWS CloudFormation

AWS CloudFormation is Amazon's infrastructure as code service that lets you model, provision, and manage AWS resources using templates written in JSON or YAML. It enables version-controlled, repeatable infrastructure deployments with automatic dependency resolution and rollback capabilities.

Kostenlose Stufe
aws iac infrastructure
CDKTF logo

CDKTF

Cloud Development Kit for Terraform. Define Terraform infrastructure using TypeScript, Python, Go, C#, or Java.

Kostenlose Stufe
iac terraform typescript
Crossplane logo

Crossplane

Crossplane is an open-source Kubernetes add-on that extends clusters to provision and manage cloud infrastructure using the Kubernetes API. It enables platform teams to build internal developer platforms by composing infrastructure resources into higher-level abstractions that application teams can self-service.

Kostenlose Stufe
kubernetes iac infrastructure
OpenTofu logo

OpenTofu

OpenTofu is an open-source fork of Terraform, created by the Linux Foundation in response to HashiCorp's license change. It provides a community-driven, MPL-licensed alternative for infrastructure as code that maintains compatibility with existing Terraform configurations while developing new features independently.

Kostenlose Stufe
iac infrastructure terraform
Pulumi logo

Pulumi

Infrastructure as Code in any programming language. Define cloud infrastructure using TypeScript, Python, Go, C#, Java, and YAML.

Kostenlose Stufe
iac typescript python
Spacelift logo

Spacelift

Spacelift is a flexible IaC orchestration platform that manages the entire infrastructure lifecycle including provisioning, configuration, and governance. It supports Terraform, OpenTofu, Terragrunt, CloudFormation, Kubernetes, Ansible, and Pulumi, providing collaboration, automation, and controls for cloud infrastructure management.

Kostenlose Stufe
iac terraform pulumi
SST logo

SST

Build modern full-stack applications on AWS. Framework for deploying serverless apps with infrastructure as code.

Kostenlose Stufe
serverless aws typescript
Terraform logo

Terraform

Infrastructure as Code tool. Define and provision infrastructure using declarative HCL configuration files.

Kostenlose Stufe
iac hashicorp hcl
Vagrant logo

Vagrant

Vagrant is a tool for building and managing virtual machine environments. It provides easy-to-configure, reproducible, and portable work environments built on top of industry-standard virtualization technologies. Vagrant simplifies development environment setup by codifying configurations in a single Vagrantfile.

Kostenlose Stufe
virtualization development vms