> 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/mo-dun-7-da-thue-bao/07-multi-tenancy.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ể:

* **Thiết kế một môi trường đa thuê bao** với sự cô lập phù hợp và ranh giới tài nguyên
* **Tạo các tenant và phân bổ tài nguyên** sử dụng hệ thống quản lý tenant VergeOS
* **Cấu hình các công thức tenant** cho việc cấp phát tenant được chuẩn hóa, lặp lại được

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

* Hoàn thành [Mô-đun 1: Kiến thức cơ bản về kiến trúc](/learn-the-platform/vi/mo-dun-1-kien-thuc-co-ban-ve-kien-truc/01-architecture.md) -- hiểu biết về kiến trúc nền tảng VergeOS
* Hoàn thành [Module 4: Networking](/learn-the-platform/vi/module-4-networking/04-networking.md) -- hiểu biết về mạng ảo và sự cô lập mạng của tenant
* Hoàn thành [Mô-đun 5: Lưu trữ](/learn-the-platform/vi/mo-dun-5-luu-tru/05-storage.md) -- hiểu biết về các tầng vSAN và phân bổ lưu trữ
* Hoàn thành [Mô-đun 6: Máy ảo](/learn-the-platform/vi/mo-dun-6-may-ao/06-virtual-machines.md) -- hiểu biết về cấp phát VM và các công thức

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

**3 giờ** (1,5 giờ đọc + 1,5 giờ thực hành)

## Chủ đề

* [**Các khái niệm về Trung tâm dữ liệu ảo**](/learn-the-platform/vi/mo-dun-7-da-thue-bao/01-vdc-concepts.md) — Hiểu tenant VergeOS như các trung tâm dữ liệu ảo cô lập, các mô hình phân bổ tài nguyên và hệ thống phân cấp tenant.
* [**Tạo và Cấu hình Tenant**](/learn-the-platform/vi/mo-dun-7-da-thue-bao/02-creating-tenants.md) — Tạo tenant, gán hạn ngạch CPU, bộ nhớ và lưu trữ, và cấu hình mạng ở cấp tenant.
* [**Tenant Recipes**](/learn-the-platform/vi/mo-dun-7-da-thue-bao/03-tenant-recipes.md) — Xây dựng các công thức tenant có thể tái sử dụng cho việc cấp phát chuẩn hóa, bao gồm các mạng, VM và cài đặt đã được cấu hình sẵn.
* [**Phân bổ tài nguyên & Mở rộng quy mô**](/learn-the-platform/vi/mo-dun-7-da-thue-bao/04-resource-allocation.md) — Lập kế hoạch nút tenant, chiến lược tối ưu kích thước và các lộ trình mở rộng cho triển khai tenant một nút và nhiều nút.
* [**Cô lập Tenant & Bảo mật**](/learn-the-platform/vi/mo-dun-7-da-thue-bao/05-isolation-security.md) — Cô lập mạng giữa các tenant, đảm bảo tài nguyên và các ranh giới bảo mật trong một triển khai đa thuê bao.
* [**Thực hành: Môi trường đa thuê bao**](/learn-the-platform/vi/mo-dun-7-da-thue-bao/lab.md) — Tạo tenant, phân bổ tài nguyên, triển khai từ một công thức tenant và xác minh sự cô lập giữa các tenant.


---

# 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/mo-dun-7-da-thue-bao/07-multi-tenancy.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.
