> 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-7-da-tenant.md).

# Module 7: Đa tenant

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-7-da-tenant/07-multi-tenancy.md): Thiết kế môi trường đa tenant với cách ly phù hợp, tạo tenant, phân bổ tài nguyên và cấu hình recipe tenant cho việc cấp phát chuẩn hóa.
- [Khái niệm Virtual Data Center](https://docs.verge.io/learn-the-platform/vi/module-7-da-tenant/01-vdc-concepts.md): Hiểu tenant trong VergeOS như các trung tâm dữ liệu ảo được cô lập hoàn toàn, phân cấp tenant, các tính năng chính và các trường hợp sử dụng đa tenant cho nhà cung cấp dịch vụ, doanh nghiệp và giáo dục.
- [Phòng lab: Môi trường đa tenant](https://docs.verge.io/learn-the-platform/vi/module-7-da-tenant/lab.md): Tạo tenant, phân bổ tài nguyên, triển khai từ một tenant recipe và xác minh cách ly tenant trong VergeOS.
- [Tạo & cấu hình tenant](https://docs.verge.io/learn-the-platform/vi/module-7-da-tenant/02-creating-tenants.md): Hướng dẫn từng bước tạo tenant bằng trình hướng dẫn, sao chép và recipe, cùng với gán IP bên ngoài, chia sẻ tệp và chia sẻ snapshot VM.
- [Tenant Recipes](https://docs.verge.io/learn-the-platform/vi/module-7-da-tenant/03-tenant-recipes.md): Tự động hóa triển khai VDC đầy đủ bằng các mẫu tenant recipe có thể tái sử dụng, bao gồm câu hỏi hệ thống, câu hỏi tùy chỉnh, trao đổi recipe và các ví dụ thực tế của CSP.
- [Phân bổ và mở rộng tài nguyên](https://docs.verge.io/learn-the-platform/vi/module-7-da-tenant/04-resource-allocation.md): Lập kế hoạch, gán và mở rộng tài nguyên compute, bộ nhớ và lưu trữ cho tenant bằng các tenant node VergeOS — từ sự đơn giản của một nút đến triển khai phân tán nhiều nút.
- [Cách ly & bảo mật tenant](https://docs.verge.io/learn-the-platform/vi/module-7-da-tenant/05-isolation-security.md): Ranh giới bảo mật, đóng gói mạng, cách ly lưu trữ, quản lý người dùng, passthrough Layer 2, vi phân đoạn và giám sát tenant trong các triển khai đa tenant VergeOS.


---

# 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-7-da-tenant.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.
