Files
nexus/wiki/entities/Pulumi.md
2026-04-16 17:30:41 +08:00

25 lines
750 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: "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]]