> 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/mo-kuai-10-chang-jing-shi-yan/10-scenario-labs.md).

# 概述

## 学习目标

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

* **部署多个 VergeOS 拓扑** 使用 Terraform 沙盒（2 节点 HCI、4 节点 HCI、HCI+Compute 混合、UCI 3 集群）
* **执行从 VMware 到 VergeOS 的迁移** 端到端，包括规划、执行和验证
* **设计 HCI+Compute 混合架构** 将存储和计算扩展分离，以针对特定工作负载进行优化
* **构建多租户 MSP 环境** 包括租户创建、资源配额、网络隔离和审计验证
* **做出架构决策** 基于真实客户需求和限制

## 前置条件

* 完成所有前置模块（1–9）
* 访问 [vergeos-terraform-playground](https://github.com/verge-io/vergeos-terraform-playground) 代码仓库
* 一个正在运行且具有管理员访问权限的 VergeOS 环境
* 已安装并配置 Terraform CLI

## 预计时间

**8 小时** （涵盖 5 个场景实验）

## 场景实验

* [**实验：HCI 部署**](/learn-the-platform/zh/mo-kuai-10-chang-jing-shi-yan/lab-hci.md) — 使用 Terraform 沙盒部署 2 节点和 4 节点 HCI 拓扑。验证集群健康状况、存储和网络。
* [**实验：UCI 部署**](/learn-the-platform/zh/mo-kuai-10-chang-jing-shi-yan/lab-uci.md) — 部署一个计算与存储集群分离的 UCI 3 集群拓扑。练习跨集群扩展和资源分配。
* [**实验：VMware 迁移**](/learn-the-platform/zh/mo-kuai-10-chang-jing-shi-yan/lab-migration.md) — 端到端规划并执行 VMware 到 VergeOS 的迁移，包括 VM 导入、网络重新配置和验证。
* [**实验：HCI + 计算部署**](/learn-the-platform/zh/mo-kuai-10-chang-jing-shi-yan/lab-hci-compute.md) — 部署一个 HCI 基础集群和一个专用的纯计算集群。配置工作负载放置并验证独立的计算扩展。
* [**实验：多租户 / MSP**](/learn-the-platform/zh/mo-kuai-10-chang-jing-shi-yan/lab-multi-tenancy.md) — 构建一个多租户 MSP 环境，包括租户创建、资源配额、网络隔离和审计验证。


---

# 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/mo-kuai-10-chang-jing-shi-yan/10-scenario-labs.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.
