# 服务网格

- [服务网格（Service Mesh）](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/service-mesh.md)
- [企业级服务网格架构](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/the-enterprise-path-to-service-mesh-architectures.md)
- [服务网格基础](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/the-enterprise-path-to-service-mesh-architectures/service-mesh-fundamental.md)
- [服务网格技术对比](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/the-enterprise-path-to-service-mesh-architectures/comparing-service-mesh-technologies.md)
- [服务网格对比 API 网关](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/the-enterprise-path-to-service-mesh-architectures/service-mesh-vs-api-gateway.md)
- [采纳和演进](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/the-enterprise-path-to-service-mesh-architectures/service-mesh-adoption-and-evolution.md)
- [定制和集成](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/the-enterprise-path-to-service-mesh-architectures/service-mesh-customization-and-integration.md)
- [总结](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/the-enterprise-path-to-service-mesh-architectures/service-mesh-conclusion.md)
- [Istio](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio.md)
- [使用 Istio 前需要考虑的问题](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/before-using-istio.md)
- [Istio 中 sidecar 的注入规范及示例](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/sidecar-spec-in-istio.md)
- [如何参与 Istio 社区及注意事项](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/istio-community-tips.md)
- [Istio 免费学习资源汇总](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/istio-tutorials-collection.md)
- [Sidecar 的注入与流量劫持](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/understand-sidecar-injection-and-traffic-hijack-in-istio-service-mesh.md)
- [Envoy Sidecar 代理的路由转发](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/envoy-sidecar-routing-of-istio-service-mesh-deep-dive.md)
- [Istio 如何支持虚拟机](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/how-to-integrate-istio-with-vm.md)
- [Istio 支持虚拟机的历史](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/istio/istio-vm-support.md)
- [Envoy](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/envoy.md)
- [Envoy 的架构与基本术语](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/envoy/envoy-terminology.md)
- [Envoy 作为前端代理](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/envoy/envoy-front-proxy.md)
- [Envoy mesh 教程](https://doc.cncf.vip/kubernetes-handbook/fu-wu-wang-ge/envoy/envoy-mesh-in-kubernetes-tutorial.md)


---

# Agent Instructions: 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/kubernetes-handbook/fu-wu-wang-ge.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.
