Auto-sync: 2026-04-16 17:30
This commit is contained in:
20
wiki/concepts/Infrastructure-as-Code-IaC.md
Normal file
20
wiki/concepts/Infrastructure-as-Code-IaC.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: "Infrastructure as Code (IaC)"
|
||||
type: concept
|
||||
tags: [DevOps, 基础设施, 自动化, 版本控制]
|
||||
sources: [DevOps-Culture-and-Transformation.md]
|
||||
last_updated: 2025-03-02
|
||||
---
|
||||
|
||||
## Definition
|
||||
基础设施即代码(IaC)是一种通过代码实现基础设施管理的方法,支持一致性和版本控制的基础设施部署,使环境配置可重复、可审计。
|
||||
|
||||
## Key Tools(关键工具)
|
||||
- Terraform
|
||||
- AWS CloudFormation
|
||||
- Ansible
|
||||
|
||||
## Related Concepts
|
||||
- [[DevOps 文化]]
|
||||
- [[CI/CD 流水线]]
|
||||
- [[GitOps]]
|
||||
Reference in New Issue
Block a user