> 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-phong-lab-tinh-huong.md).

# Module 10: Phòng lab tình huống

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-10-phong-lab-tinh-huong/10-scenario-labs.md): Các phòng lab tình huống capstone triển khai nhiều topology VergeOS với Terraform playground, thực hiện di chuyển từ VMware sang VergeOS và đưa ra quyết định kiến trúc dựa trên yêu cầu khách hàng.
- [Phòng lab: Triển khai HCI](https://docs.verge.io/learn-the-platform/vi/module-10-phong-lab-tinh-huong/lab-hci.md): Triển khai các topology HCI 2 nút và 4 nút bằng Terraform playground và xác thực tình trạng cụm, lưu trữ và mạng.
- [Phòng lab: Triển khai UCI](https://docs.verge.io/learn-the-platform/vi/module-10-phong-lab-tinh-huong/lab-uci.md): Triển khai topology UCI 3 cụm với các cụm compute và lưu trữ tách biệt bằng Terraform playground.
- [Phòng lab: Triển khai HCI + Compute](https://docs.verge.io/learn-the-platform/vi/module-10-phong-lab-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 cho compute chuyên biệt bằng Terraform playground, cấu hình vị trí workload và xác thực khả năng mở rộng compute độc lập.
- [Phòng lab: Di chuyển VMware](https://docs.verge.io/learn-the-platform/vi/module-10-phong-lab-tinh-huong/lab-migration.md): Lập kế hoạch và thực hiện di chuyển từ VMware sang VergeOS từ đầu đến cuối, bao gồm nhập VM, cấu hình lại mạng và xác thực.
- [Phòng lab: Triển khai đa tenant / MSP](https://docs.verge.io/learn-the-platform/vi/module-10-phong-lab-tinh-huong/lab-multi-tenancy.md): Xây dựng môi trường MSP đa tenant — tạo tenant bằng trình hướng dẫn và recipe, cấu hình hạn ngạch tài nguyên và mạng, xác minh cách ly, và xem lại log kiểm toán cùng báo cáo sử dụng.


---

# 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-phong-lab-tinh-huong.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.
