Files
nexus/wiki/concepts/Infrastructure-as-Code-IaC.md
2026-04-20 00:02:56 +08:00

23 lines
636 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Infrastructure as Code (IaC)"
type: concept
tags: [DevOps, 基础设施, 自动化, 版本控制]
sources: [DevOps-Culture-and-Transformation.md, ctp-topic-33-an-introduction-to-gitops.md]
last_updated: 2026-04-19
---
## Definition
基础设施即代码IaC是一种通过代码实现基础设施管理的方法支持一致性和版本控制的基础设施部署使环境配置可重复、可审计。
## Key Tools关键工具
- Terraform
- AWS CloudFormation
- Ansible
## Related Concepts
- [[DevOps 文化]]
- [[CI/CD 流水线]]
- [[GitOps]]
- [[Declarative Configuration]]
- [[Idempotent Operation]]