Auto-sync: update nexus workspace

This commit is contained in:
2026-04-29 15:44:38 +08:00
parent b2aadf771a
commit c961c6a394
114 changed files with 4784 additions and 1334 deletions

View File

@@ -1,60 +1,34 @@
---
title: "HashiCorp"
type: entity
tags:
- devops
- iac
- infrastructure
- tools
sources: [cloud-operating-model-key-strategies-and-best-practices]
created: 2026-04-26
---
# HashiCorp
## Definition
HashiCorp 是全球领先的**云基础设施自动化**软件公司,总部位于旧金山,创立于 2012 年。HashiCorp 提供一套完整的基础设施生命周期管理工具,覆盖配置管理、机密管理、服务网格和网络自动化等领域。
## Core Products
| 产品 | 用途 | 类别 |
|------|------|------|
| **Terraform** | 云厂商无关的基础设施即代码 | IaC |
| **Vault** | 机密管理与加密即服务 | 安全 |
| **Nomad** | 容器和工作负载调度器 | 编排 |
| **Consul** | 服务网格与服务发现 | 网络 |
| **Packer** | 机器镜像构建自动化 | 镜像 |
| **Vagrant** | 开发环境管理 | 开发环境 |
## Terraform
HashiCorp 最知名的产品。Terraform 是用 Golang 编写的云无关 IaC 工具,通过声明式 HCLHashiCorp Configuration Language管理跨多云和混合云环境的基础设施资源。
**关键特性:**
- 云厂商无关AWS/Azure/GCP/On-prem
- `terraform plan` 预览变更
- 状态文件管理实际资源与期望状态的绑定
- 丰富的 Provider 生态系统和 Module 市场
**来源**: [[ctp-topic-48-terraform-vs-terragrunt]]
## Business Model
- **开源**:所有产品的开源版本
- **Enterprise**企业级功能SSO、RBAC、审计日志、Sentinel 策略)
- **HCPHashiCorp Cloud Platform**SaaS 托管版本
## Related Entities
- [[Terraform]] — HashiCorp 出品的核心 IaC 产品
- [[Terragrunt]] — 第三方 Terraform 封装工具(贯彻 DRY 原则)
## Related Concepts
- [[Infrastructure-as-Code]] — HashiCorp 产品的核心方法论
- [[Multi-Cloud Strategy]] — Terraform 云无关定位的战略价值
## Related Sources
- [[ctp-topic-48-terraform-vs-terragrunt]]
---
title: "HashiCorp"
type: entity
entity_type: company
tags:
- IaC
- DevOps
- Cloud
sources:
- ctp-topic-48-terraform-vs-terragrunt.md
last_updated: 2026-05-13
---
## Overview
HashiCorp 是全球领先的云基础设施自动化公司,总部位于美国旧金山,成立于 2012 年。由 Mitchell Hashimoto 和 Armon Dadgar 联合创立2021 年在 NASDAQ 上市股票代码HCP2023 年被 IBM 以约 64 亿美元收购并退市。
## Key Products
- **Terraform** — 云无关的基础设施即代码IaC工具
- **Vault** — 密钥管理和 Secrets 管理
- **Consul** — 服务发现和配置
- **Nomad** — 容器和应用程序调度器
- **Packer** — 机器镜像构建工具
- **Vagrant** — 开发环境管理
## Terraform Ecosystem
- **Terraform Open Source** — 核心引擎
- **Terraform Enterprise** — 企业版(含 CI 平台和 workspaces
- **Terraform Cloud** — SaaS 版,提供免费和付费计划
- **Terraform Provider Registry** — 社区驱动的云/服务提供商插件生态
## Connections
- [[Terraform]] ← developed_by ← [[HashiCorp]]
- [[TerraformEnterprise]] ← is_enterprise_of ← [[HashiCorp]]
- [[TerraformState]] ← managed_by ← [[Terraform]] ← from ← [[HashiCorp]]