Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

24
wiki/entities/Pulumi.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: "Pulumi"
type: entity
tags: [IaC, infrastructure-automation]
sources: [How-Agentic-AI-can-help-for-Cloud-DevOps]
last_updated: 2026-04-16
---
## Summary
Pulumi 是一个现代基础设施即代码IaC工具支持使用真实编程语言Python、TypeScript、Go 等)定义云资源。
## Definition
IaC 工具,允许使用通用编程语言编写代码来声明式配置云基础设施。
## Key Attributes
- **类型**IaC 工具
- **开发商**Pulumi Corp
- **许可证**开源Apache License 2.0
- **支持平台**AWS、Azure、GCP、阿里云等
- **支持语言**Python、TypeScript、Go、C#
## Connections
- [[Terraform]] ← 类似 ← [[Pulumi]]
- [[CloudFormation]] ← 类似 ← [[Pulumi]]