> 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/master.md).

# Introduction

## 介绍

Linkerd 是一个提供弹性云端原生应用服务网格的开源项目。其核心是一个透明代理，可以用它来实现一个专用的基础设施层以提供服务间的通信，进而为软件应用提供服务发现、路由、错误处理以及服务可见性等功能，而无需侵入应用内部本身的实现。

## 内容

本书籍为 Linkerd 官方文档的中文版.

当前内容：

* [官方文档(翻译)](/linkerd/index.md)
  * [概况](/linkerd/master.md)
    * [介绍](/linkerd/index/gai-kuang/index.md)
    * [linkerd是什么?](/linkerd/index/gai-kuang/what-is-linkerd.md)
  * [入门](/linkerd/master.md)
    * [概况](/linkerd/index/ru-men/index.md)
    * [本地运行](/linkerd/index/ru-men/locally.md)
    * [用docker运行](/linkerd/index/ru-men/docker.md)
    * [在kubernetes中运行](/linkerd/index/ru-men/k8s.md)
    * [在DC/OS中运行](/linkerd/index/ru-men/dcos.md)
    * [用istio运行](/linkerd/index/ru-men/istio.md)
    * [在ECS中运行](/linkerd/index/ru-men/ecs.md)
    * [管理](/linkerd/index/ru-men/admin.md)
  * [特性](/linkerd/master.md)
    * [概况](/linkerd/index/te-xing/index.md)
    * [负载均衡](/linkerd/index/te-xing/load-balancing.md)
    * [熔断](/linkerd/index/te-xing/circuit-breaking.md)
    * [服务发现](/linkerd/index/te-xing/service-discovery.md)
    * [动态请求路由](/linkerd/index/te-xing/routing.md)
    * [重试次数和截止时间](/linkerd/index/te-xing/retries-deadlines.md)
    * [TLS](/linkerd/index/te-xing/tls.md)
    * [HTTP代理集成](/linkerd/index/te-xing/http-proxy.md)
    * [透明代理](/linkerd/index/te-xing/transparent-proxying.md)
    * [gRPC](/linkerd/index/te-xing/grpc.md)
    * [分布式跟踪](/linkerd/index/te-xing/distributed-tracing-and-instrumentation.md)
    * [仪器仪表](/linkerd/index/te-xing/instrumentation.md)
  * [配置](/linkerd/master.md)
    * [概况](/linkerd/index/pei-zhi/index.md)
    * [linkerd](https://linkerd.io/config/latest/linkerd)
    * [namerd](https://linkerd.io/config/latest/namerd)
  * [高级](/linkerd/master.md)
    * [概述](/linkerd/index/gao-ji/index.md)
    * [路由](/linkerd/index/gao-ji/routing.md)
    * [namerd](/linkerd/index/gao-ji/namerd.md)
    * [dtabs](/linkerd/index/gao-ji/dtabs.md)
    * [部署](/linkerd/index/gao-ji/deployment.md)
    * [插件](/linkerd/index/gao-ji/plugins.md)
  * [支持](/linkerd/master.md)
    * [常见问题](/linkerd/index/zhi-chi/faq.md)
    * [获取帮助](/linkerd/index/zhi-chi/help.md)
    * [外部资源](/linkerd/index/zhi-chi/external-resources.md)
    * [联系我们](/linkerd/index/zhi-chi/contact.md)
  * [企业](/linkerd/master.md)
    * [企业](/linkerd/index/qi-ye/index.md)
* [官方博客](/linkerd/index-1.md)
  * [超越轮循:为了延迟的负载均衡](/linkerd/index-1/beyond-round-robin-load-balancing-for-latency.md)
  * [LINKERD：用于微服务的TWITTER风格可操作性](/linkerd/index-1/linkerd-twitter-style-operability-for-microservices.md)

后续计划中的内容：

* 官方网站的博客文章(进行中)
* linkerd 配置文档
* namerd 配置文档


---

# 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/linkerd/master.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.
