25 lines
750 B
Markdown
25 lines
750 B
Markdown
---
|
||
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]]
|