> 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-1-nen-tang-kien-truc.md).

# Module 1: Nền tảng kiến trúc

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-1-nen-tang-kien-truc/01-architecture.md): Hiểu kiến trúc nền tảng VergeOS, các mô hình triển khai, lưu trữ, mạng và các khái niệm về cụm.
- [VergeOS là gì?](https://docs.verge.io/learn-the-platform/vi/module-1-nen-tang-kien-truc/01-vergeos-overview.md): Tổng quan về hệ điều hành siêu hội tụ VergeOS, các thành phần cốt lõi, điểm khác biệt và các trường hợp sử dụng phổ biến.
- [HCI so với UCI: Mô hình triển khai](https://docs.verge.io/learn-the-platform/vi/module-1-nen-tang-kien-truc/02-hci-vs-uci.md): Hiểu hai kiến trúc triển khai của VergeOS -- Hạ tầng siêu hội tụ (HCI) và Hạ tầng siêu hội tụ cực cao (UCI) -- và khi nào nên đề xuất từng loại.
- [vSAN / VergeFS: Lưu trữ định nghĩa bằng phần mềm](https://docs.verge.io/learn-the-platform/vi/module-1-nen-tang-kien-truc/03-vsan-vergefs.md): Hiểu cách VergeOS vSAN (VergeFS) cung cấp lưu trữ phân tán, định nghĩa bằng phần mềm với kiến trúc nhiều tầng, phân phối dữ liệu dựa trên hash và khả năng dự phòng tự phục hồi.
- [Core Fabric & mạng](https://docs.verge.io/learn-the-platform/vi/module-1-nen-tang-kien-truc/04-core-fabric.md): Hiểu core fabric của VergeOS — mesh riêng giữa các node dùng để truyền sao chép vSAN, di chuyển VM và lưu lượng control plane — cùng với mô hình tách biệt mạng ngoài.
- [Cụm & loại node](https://docs.verge.io/learn-the-platform/vi/module-1-nen-tang-kien-truc/05-clusters-nodes.md): Tìm hiểu cách VergeOS tổ chức các máy chủ vật lý thành các cụm, hiểu các loại node khác nhau (controller, scale-out, chỉ lưu trữ, chỉ compute) và cách hệ thống mở rộng.
- [Phòng lab: Khám phá kiến trúc](https://docs.verge.io/learn-the-platform/vi/module-1-nen-tang-kien-truc/lab.md): Khám phá thực hành các topology triển khai VergeOS bằng Terraform playground. Theo dõi các mẫu hạ tầng dưới dạng mã, so sánh các kịch bản và thiết kế topology cho một trường hợp sử dụng của khách hà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-1-nen-tang-kien-truc.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.
