> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/learn-the-platform/zh/di-2-mo-kuai-rong-liang-gui-hua-yu-she-ji/02-sizing-design.md).

# 概述

## 学习目标

在本模块结束时，你将能够：

* **评估客户需求** 并推荐合适的 VergeOS 拓扑（HCI 或 UCI——包括混合双集群 UCI 变体，HCI + 专用计算）
* **配置硬件规格** 用于基于工作负载配置文件的 HCI 和 UCI 部署
* **使用参考架构** 作为客户设计的起点
* **创建物料清单** 用于 VergeOS 部署提案

## 前置条件

* 完成 [模块 1：架构基础](/learn-the-platform/zh/mo-kuai-1-jia-gou-ji-chu/01-architecture.md) ——你应当了解 HCI 与 UCI 的权衡、节点类型以及集群概念

## 预计时间

**2 小时** （1 小时阅读 + 1 小时实验）

## 主题

* [**硬件要求**](/learn-the-platform/zh/di-2-mo-kuai-rong-liang-gui-hua-yu-she-ji/01-hardware-requirements.md) ——控制器节点、存储节点和仅计算节点的最低与推荐规格。CPU、内存、磁盘和 NIC 考量。
* [**参考架构**](/learn-the-platform/zh/di-2-mo-kuai-rong-liang-gui-hua-yu-she-ji/02-reference-architectures.md) ——三种部署模型——HCI、HCI + 专用计算（混合双集群 UCI 变体）以及 UCI——并提供边缘和 CSP 场景的指导。
* [**客户范围界定**](/learn-the-platform/zh/di-2-mo-kuai-rong-liang-gui-hua-yu-she-ji/03-customer-scoping.md) ——如何收集需求、将工作负载配置文件转换为资源估算，以及选择合适的拓扑。
* [**实验：设计练习**](/learn-the-platform/zh/di-2-mo-kuai-rong-liang-gui-hua-yu-she-ji/lab.md) ——根据客户场景，提供硬件建议和拓扑图。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/learn-the-platform/zh/di-2-mo-kuai-rong-liang-gui-hua-yu-she-ji/02-sizing-design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
