# 运维指南

## 内容

* [搭建etcd集群](/etcd/index/index-1/clustering.md)
* [搭建etcd网关](broken://pages/-LHHxYrFbPfhxB4O-i5N)
* [在容器内运行etcd集群](/etcd/index/index-1/container.md)
* [配置](/etcd/index/index-1/configuration.md)
* [加密(TODO)](/etcd/index/index-1/security.md)
* Monitoring
* [维护](/etcd/index/index-1/maintenance.md)
* [理解失败](/etcd/index/index-1/failures.md)
* [灾难恢复](/etcd/index/index-1/recovery.md)
* [性能](/etcd/index/index-1/performance.md)
* [版本](/etcd/index/index-1/versioning.md)
* [支持平台](/etcd/index/index-1/supported-platform.md)

## 额外说明

1. 这些内容相当于是 etcd3 的管理手册，针对的是 etcd3 的管理者(如运维人员)。对于运维人员，需要重点阅读这些内容。
2. 内容来自 github 官网，地址： <https://github.com/coreos/etcd/tree/master/Documentation/op-guide>
3. 这些文档打包在 etcd3 的发行包中(Documentent / op-guide 目录)，平时使用时可以随时阅读。


---

# 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://doczhcn.gitbook.io/etcd/index/index-1.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.
