> 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/plan-and-deploy/vi/readme.md).

# Lập kế hoạch và triển khai

Mọi thứ bạn cần để lập kế hoạch và triển khai một hệ thống VergeOS — từ các khái niệm cốt lõi và cách tính quy mô đến cài đặt và các kiến trúc tham chiếu — được viết dành cho kiến trúc sư giải pháp và các nhóm nền tảng.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-ruler-combined">:ruler-combined:</i></h3></td><td><strong>Thiết kế</strong></td><td>Các khái niệm cốt lõi, cách tính quy mô và mô hình mạng cần xác định trước khi cài đặt.</td><td><a href="/pages/782bee84d2bbb7baaf085af74afbe354ac4c810f">/pages/782bee84d2bbb7baaf085af74afbe354ac4c810f</a></td></tr><tr><td><h3><i class="fa-hard-drive">:hard-drive:</i></h3></td><td><strong>Cài đặt</strong></td><td>Các kiểm tra trước khi cài đặt, phương tiện khởi động, cài đặt cụm và gia cố sau cài đặt.</td><td><a href="/pages/5847945bcac6e1ef5e51850551bf5e4a84cc8ea9">/pages/5847945bcac6e1ef5e51850551bf5e4a84cc8ea9</a></td></tr><tr><td><h3><i class="fa-diagram-project">:diagram-project:</i></h3></td><td><strong>Kiến trúc tham chiếu</strong></td><td>Các mẫu triển khai biên, đa thuê, khoa học dữ liệu và homelab.</td><td><a href="/pages/34c5e20118813f89e983a96236cfd34247069161">/pages/34c5e20118813f89e983a96236cfd34247069161</a></td></tr></tbody></table>

## Trình tự đề xuất

1. [Giới thiệu hướng dẫn triển khai](/plan-and-deploy/vi/huong-dan-trien-khai/intro.md)
2. [Khái niệm cốt lõi](/plan-and-deploy/vi/huong-dan-trien-khai/concepts.md)
3. [Tính quy mô nút](/plan-and-deploy/vi/huong-dan-trien-khai/sizing.md)
4. [Thiết kế mạng](/plan-and-deploy/vi/huong-dan-trien-khai/network-design.md)
5. [Hướng dẫn cài đặt](/plan-and-deploy/vi/huong-dan-trien-khai/installation-guide.md)
6. [Sau cài đặt](/plan-and-deploy/vi/huong-dan-trien-khai/post-installation.md)

## Không gian liên quan

* Các so sánh với VMware nằm trong [Vận hành nền tảng](/run-the-platform/vi/tong-quan-nen-tang/transition-from-vmware.md)
* Các quy trình chụp ảnh nhanh và khôi phục sau thảm họa nằm trong [Tự động hóa, bảo vệ và mở rộng](/automate-protect-and-extend/backup-and-dr/overview.md)


---

# 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/plan-and-deploy/vi/readme.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.
