# Service Meshes

The Seldon models and pipelines are exposed via a single service endpoint in the install\
namespace called `seldon-mesh`. All models, pipelines and experiments can be reached via\
this single Service endpoint by setting appropriate headers on the inference REST/gRPC\
request. By this means Seldon is agnostic to any service mesh you may wish to use in your\
organisation. We provide some example integrations for some example service meshes below\
(alphabetical order):

* [Ambassador](/seldon-core-2/integrations/service-meshes/ambassador.md)
* [Istio](/seldon-core-2/integrations/service-meshes/istio.md)
* [Traefik](/seldon-core-2/integrations/service-meshes/traefik.md)

We welcome help to extend these to other service meshes.


---

# 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://docs.seldon.ai/seldon-core-2/integrations/service-meshes.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.
