Infrastructure as code explained
Question
What does the term "infrastructure as code" (IaC) refer to?
Answer
Infrastructure as Code (IaC) is a practice in DevOps where infrastructure is managed and provisioned through code and automation, enabling consistent and repeatable deployments. This approach allows developers to define infrastructure configurations in version-controlled files.