> For the complete documentation index, see [llms.txt](https://doczhcn.gitbook.io/etcd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doczhcn.gitbook.io/etcd/index/index-1.md).

# 运维指南

## 内容

* [搭建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
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://doczhcn.gitbook.io/etcd/index/index-1.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.
