> For the complete documentation index, see [llms.txt](https://doc.cncf.vip/istio-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li.md).

# 概念原理

- [什么是服务网格？](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/what-is-service-mesh.md)
- [后 Kubernetes 时代的应用网络](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/the-application-networking-in-post-kubernetes-era.md)
- [服务网格架构](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/service-mesh-architectures.md)
- [服务网格的实现模式](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/service-mesh-architectures/service-mesh-patterns.md)
- [Istio 架构解析](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/service-mesh-architectures/istio-architecture.md)
- [Sidecar 模式](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/sidecar-pattern.md)
- [Istio 中的 Sidecar 注入与流量劫持详解](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/sidecar-pattern/sidecar-injection-deep-dive.md)
- [Sidecar 的自动注入过程详解](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/sidecar-pattern/istio-sidecar-injector.md)
- [流量管理](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/traffic-management.md)
- [流量管理基础概念](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/traffic-management/traffic-management-basic.md)
- [Istio 中的 Sidecar 的流量路由详解](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/traffic-management/sidecar-traffic-routing-deep-dive.md)
- [安全](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/an-quan.md)
- [mTLS](https://doc.cncf.vip/istio-handbook/gai-nian-yuan-li/an-quan/mtls.md)


---

# 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://doc.cncf.vip/istio-handbook/gai-nian-yuan-li.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.
