Adapters

As the multi-mesh manager, Meshery offers support for more adapters than any other project or product in the world. Meshery uses adapters for managing the various service meshes.

What are Meshery Adapters?

Adapters allow Meshery to interface with the different service meshes, exposing their differentiated value to users.

Meshery has adapters for managing the following service meshes.

Adapter Status Service Mesh Service Mesh Version Port
stable Meshery Adapter for Meshery Adapter for Consul v1.8.2 10002/tcp
stable Meshery Adapter for Meshery Adapter for Istio v1.8.1 10000/tcp
stable Meshery Adapter for Meshery Adapter for Linkerd v2.5.0 10001/tcp
stable Meshery Adapter for Meshery Adapter for Open Service Mesh v0.5.0 10009/tcp
stable Meshery Adapter for Meshery Adapter for Octarine v1.0 10003/tcp
stable Meshery Adapter for Meshery Adapter for Network Service Mesh v0.2.1 10004/tcp
beta Meshery Adapter for Meshery Adapter for Kuma v1.0 10007/tcp
beta Meshery Adapter for Meshery Adapter for Citrix Service Mesh 1.0 10008/tcp
beta Meshery Adapter for Meshery Adapter for Traefik Mesh v1.0 10006/tcp
beta Meshery Adapter for Meshery Adapter for NGINX Service Mesh v0.6.0 10010/tcp
alpha Meshery Adapter for Meshery Adapter for Tanzu Service Mesh pre-GA 10010/tcp
alpha Meshery Adapter for Meshery Adapter for App Mesh v0.1.0 10005/tcp

Adapter FAQs

Is each service mesh adapter made equal?

No, different service mesh adapters are written to expose the unique value of each service mesh. Consequently, they are not equally capable just as each service mesh is not equally capable as the other.

Adapters have a set of operations which are grouped based on predefined operation types. See the extensibility page for more details on adapter operations.

How can I create a new adapter?

See the extensibility documentation for details on how new Meshery adapters are made.

Can I run more than one instance of the same Meshery adapter?

The default configuration of a Meshery deployment includes one instance of each of the Meshery adapters (that have reached a stable version status). You may choose to run multiple instances of the same type of Meshery adapter; e.g. two instances of the meshery-istio adapter. To do so, modify ~/.meshery/meshery.yaml to include multiple copies of the given adapter.

See the ā€œMultiple Adaptersā€ guide for more information.