# 集中配置管理(云模式)

在我们的实际使用中，当部署的点越来越多，对于配置的更新成本也越来越大，所以从0.5.0+以上的版本我们增加了一个新的功能，云模式，允许一台机器为主配置节点，其他节点在此节点拉取主要配置信息。

![](/files/-MHg-jpSFrfaaIqtK58M)

使用云模式时，需要有一个节点为本地模式，提供配置文件，剩余节点选择云模式，并将本地模式的节点config API配置上，默认为每分钟进行一次数据拉取。


---

# Agent Instructions: 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:

```
GET https://docs.smartping.org/arch/cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
