> For the complete documentation index, see [llms.txt](https://doczhcn.gitbook.io/linkerd/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/linkerd/index.md).

# 官方文档

> 译者注: 原英文文档地址为 <https://linkerd.io/docs/>

欢迎来到 linkerd!

本文档将帮助您开始使用。 它分为几个主要部分：

* 概述：以 high-level 的方式介绍 linkerd 的特性，解释其背后的理由，并介绍文档其余内容中使用的重要概念。
* 开始：提供在各种环境中设置和运行 linkerd 的具体说明。从这里开始快速入门。
* 特性：涵盖 linkerd 的主要功能，包括负载平衡，熔断，服务发现，路由，重试等。
* 配置：包含 linkerd/namerd 两个项目的版本化配置参考手册，包括示例配置文件片段。
* 高级：包括高级主题（如服务发现，路由，委派，编写插件和诊断网络性能问题）的详细信息。
* 支持：FAQ等支持内容
* 企业：列出为 linkerd 提供商业支持的公司。


---

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

```
GET https://doczhcn.gitbook.io/linkerd/index.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.
