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

# 首页

**注意：水平有限，仅供参考，如果有任何疑问或者建议，请提交**[**issue**](https://github.com/lixiangyun/envoyproxy_doc_ZH_CN/issues)**讨论。**

## 文档下载

* [pdf下载](https://legacy.gitbook.com/download/pdf/book/lixiangyun/envoy)
* [mobi下载](https://legacy.gitbook.com/download/mobi/book/lixiangyun/envoy)
* [epub下载](https://legacy.gitbook.com/download/epub/book/lixiangyun/envoy)

**版权申明**

* 未经版权所有者明确授权，禁止发行本文档及其被实质上修改的版本。&#x20;
* 未经版权所有者事先授权，禁止将此作品及其衍生作品以标准（纸质）书籍形式发行。&#x20;

**联系方式：<linimbus@126.com>**

## 关于本文档

* **简介**：介绍Envoy相关概念，以及总体的架构设计和常用的部署方式等
* **安装**：如何通过Docker构建、安装Envoy
* **配置**：既有的V1/V2 API的详细配置说明，以及相关的统计、运行时的APIs
* **操作**：关于Envoy操作方式，如命令行、热更新、管理接口、统计概况等
* **扩展**：关于如何为Envoy编写自定义过滤器
* **V1 API 参考**：老的V1 API的详细配置说明
* **V2 API 参考**：新的V2 API的详细配置说明

## 相关连接

* [官方手册](https://www.envoyproxy.io/docs/envoy/v1.5.0/)
* [官方内源项目](https://github.com/envoyproxy/envoy)

## 正文目录

### [简介](/envoy/introduction.md)

* [Envoy是什么](/envoy/introduction/whatisenvoy.md)
* [架构介绍](/envoy/introduction/architectureoverview.md)
* [部署](/envoy/introduction/deploymenttypes.md)
* [业界对比](/envoy/introduction/comparisontosimilarsystems.md)
* [获得帮助](/envoy/introduction/gettinghelp.md)
* [历史版本](/envoy/introduction/versionhistory.md)

### [编译&安装](/envoy/buildingandinstallation.md)

* [编译](/envoy/buildingandinstallation/building.md)
* [参考配置](/envoy/buildingandinstallation/referenceconfigurations.md)
* [演示沙箱](/envoy/buildingandinstallation/sandboxes.md)
* [工具](/envoy/buildingandinstallation/tools.md)

### [参考配置](/envoy/configurationreference.md)

* [V1 API 概述](/envoy/configurationreference/overviewv1api.md)
* [V2 API 概述](/envoy/configurationreference/overviewv2api.md)
* [监听器](/envoy/configurationreference/listeners.md)
* [网络过滤器](/envoy/configurationreference/networkfilters.md)
* [HTTP连接管理器](/envoy/configurationreference/httpconnectionmanager.md)
* [HTTP过滤器](/envoy/configurationreference/httpfilters.md)
* [集群管理](/envoy/configurationreference/clustermanager.md)
* [访问日志](/envoy/configurationreference/accesslogging.md)
* [限速服务](/envoy/configurationreference/ratelimitservice.md)
* [运行时配置](/envoy/configurationreference/runtime.md)
* [路由表检查工具](/envoy/configurationreference/routetablechecktool.md)

### [运维&管理](/envoy/operationsandadministration.md)

* [命令行选项](/envoy/operationsandadministration/commandlineoptions.md)
* [热重启](/envoy/operationsandadministration/hotrestartpythonwrapper.md)
* [管理接口](/envoy/operationsandadministration/administrationinterface.md)
* [统计概述](/envoy/operationsandadministration/statisticsoverview.md)
* [运行时配置](/envoy/operationsandadministration/runtime.md)
* [文件系统](/envoy/operationsandadministration/filesystemflags.md)

### [自定义扩展示例](/envoy/extendingenvoyforcustomusecases.md)

### [V1 API参考](/envoy/v1apireference.md)

* [监听器](/envoy/v1apireference/listeners.md)
* [网络过滤器](/envoy/v1apireference/networkfilters.md)
* [HTTP路由配置](/envoy/v1apireference/httprouteconfiguration.md)
* [HTTP过滤器](/envoy/v1apireference/httpfilters.md)
* [集群管理](/envoy/v1apireference/clustermanager.md)
* [访问日志](/envoy/v1apireference/accesslogging.md)
* [管理接口](/envoy/v1apireference/administrationinterface.md)
* [限速服务](/envoy/v1apireference/ratelimitservice.md)
* [运行时配置](/envoy/v1apireference/runtime.md)
* [跟踪](/envoy/v1apireference/tracing.md)

### [V2 API参考](/envoy/v2apireference.md)

* [启动引导](/envoy/v2apireference/bootstrap.md)
* [监听&监听发现](/envoy/v2apireference/listenersandlds.md)
* [集群&集群发现](/envoy/v2apireference/clustersandcds.md)
* [服务发现](/envoy/v2apireference/endpointsandeds.md)
* [健康检查](/envoy/v2apireference/healthcheck.md)
* [HTTP路由管理&发现](/envoy/v2apireference/httproutemanagementandrds.md)
* [TLS配置](/envoy/v2apireference/commontlsconfiguration.md)
* [通用的类型](/envoy/v2apireference/commontypes.md)
* [网络地址](/envoy/v2apireference/networkaddresses.md)
* [协议选项](/envoy/v2apireference/protocoloptions.md)
* [发现API](/envoy/v2apireference/commondiscoveryapicomponents.md)
* [限速组件](/envoy/v2apireference/commonratelimitcomponents.md)
* [过滤器](/envoy/v2apireference/filters.md)

### [FAQ](/envoy/faq.md)
