> 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/vi/module-10-thuc-hanh-tinh-huong/10-scenario-labs.md).

# Tổng quan

## Mục tiêu học tập

Kết thúc mô-đun này, bạn sẽ có thể:

* **Triển khai nhiều topology VergeOS** sử dụng môi trường thử nghiệm Terraform (HCI 2 nút, HCI 4 nút, hybrid HCI+Compute, UCI 3 cụm)
* **Thực hiện di chuyển từ VMware sang VergeOS** trọn quy trình, bao gồm lập kế hoạch, thực thi và xác thực
* **Thiết kế kiến trúc hybrid HCI+Compute** tách riêng khả năng mở rộng lưu trữ và tính toán để tối ưu hóa theo từng khối lượng công việc
* **Xây dựng môi trường MSP đa thuê bao** với việc tạo tenant, hạn mức tài nguyên, cô lập mạng và xác minh kiểm toán
* **Đưa ra quyết định kiến trúc** dựa trên yêu cầu và ràng buộc thực tế của khách hàng

## Yêu cầu tiên quyết

* Hoàn thành tất cả các mô-đun trước đó (1–9)
* Quyền truy cập vào [vergeos-terraform-playground](https://github.com/verge-io/vergeos-terraform-playground) kho lưu trữ
* Một môi trường VergeOS đang chạy với quyền truy cập quản trị
* Đã cài đặt và cấu hình Terraform CLI

## Thời gian ước tính

**8 giờ** (trong 5 phòng lab tình huống)

## Phòng lab tình huống

* [**Lab: Triển khai HCI**](/learn-the-platform/vi/module-10-thuc-hanh-tinh-huong/lab-hci.md) — Triển khai các topology HCI 2 nút và 4 nút bằng môi trường thử nghiệm Terraform. Xác thực tình trạng cụm, lưu trữ và mạng.
* [**Lab: Triển khai UCI**](/learn-the-platform/vi/module-10-thuc-hanh-tinh-huong/lab-uci.md) — Triển khai topology UCI 3 cụm với các cụm tính toán và lưu trữ tách biệt. Thực hành mở rộng và phân bổ tài nguyên giữa các cụm.
* [**Lab: Di chuyển VMware**](/learn-the-platform/vi/module-10-thuc-hanh-tinh-huong/lab-migration.md) — Lập kế hoạch và thực hiện di chuyển từ VMware sang VergeOS trọn quy trình, bao gồm nhập VM, cấu hình lại mạng và xác thực.
* [**Lab: Triển khai HCI + Compute**](/learn-the-platform/vi/module-10-thuc-hanh-tinh-huong/lab-hci-compute.md) — Triển khai cụm nền tảng HCI với một cụm chỉ dành riêng cho tính toán. Cấu hình vị trí đặt khối lượng công việc và xác thực khả năng mở rộng tính toán độc lập.
* [**Lab: Đa thuê bao / MSP**](/learn-the-platform/vi/module-10-thuc-hanh-tinh-huong/lab-multi-tenancy.md) — Xây dựng môi trường MSP đa thuê bao với việc tạo tenant, hạn mức tài nguyên, cô lập mạng và xác minh kiểm toán.


---

# 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/vi/module-10-thuc-hanh-tinh-huong/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.
