> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vn/vmonitor/dashboards/metrics/cac-ung-dung-ho-tro-tich-hop.md).

# Các ứng dụng hỗ trợ tích hợp

Kubernetes (thường được viết tắt là "K8s") là một hệ thống mã nguồn mở để tự động hóa việc triển khai, quản lý và mở rộng các ứng dụng container. Nó được phát triển ban đầu bởi Google và sau đó được chuyển giao cho Cloud Native Computing Foundation (CNCF) để duy trì và phát triển. Kubernetes cho phép bạn quản lý một số lượng lớn các container chạy trên một mạng máy tính phân tán. Nó giúp bạn tạo, triển khai, mở rộng và quản lý các ứng dụng được đóng gói trong các container một cách hiệu quả, đồng thời cung cấp khả năng tự phục hồi, cân bằng tải và tự động mở rộng. Kubernetes rất phù hợp cho việc triển khai và quản lý các ứng dụng phức tạp, đặc biệt là trong môi trường cloud. Nó giúp tự động hóa nhiều khía cạnh của quản lý ứng dụng, giảm thiểu công việc thủ công và tăng khả năng mở rộng và ổn định của hệ thống.

Để biết cách tích hợp Kubernetes với vMonitor Platform, hãy xem tại [Kubernetes](/vng-cloud-document/vn/vmonitor/dashboards/metrics/cac-ung-dung-ho-tro-tich-hop/kubernetes.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.vngcloud.vn/vng-cloud-document/vn/vmonitor/dashboards/metrics/cac-ung-dung-ho-tro-tich-hop.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.
