๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Intermediate

What is Infrastructure as Code (IaC)?

The practice of managing infrastructure through machine-readable configuration files rather than manual processes.

IaC treats infrastructure configuration as software โ€” versioned, reviewed, and automated. This ensures consistency, repeatability, and reduces human error. Changes are tracked in version control.

Popular tools include Terraform (multi-cloud), AWS CloudFormation, Ansible (configuration management), Puppet, and Chef. IaC enables disaster recovery by rebuilding infrastructure from code.

Related Terms

ArgoCD
A declarative GitOps continuous delivery tool for Kubernetes that automatically syncs cluster state with Git repositories.
Jenkins
An open-source automation server for building, testing, and deploying software through configurable CI/CD pipelines.
Message Queue
A communication mechanism that enables asynchronous message passing between services, decoupling producers from consumers.
GitFlow
A branching model for Git that defines a strict workflow with feature, develop, release, hotfix, and main branches.
Kubernetes ConfigMap
A Kubernetes object that stores non-sensitive configuration data as key-value pairs, injected into pods as environment variables or files.
Packer
A tool for creating identical machine images for multiple platforms from a single configuration file.
View All DevOps Terms โ†’