Back to Meshery

Meshery Adapter for Traefik Mesh

docs/_adapters/traefik-mesh.md

1.0.01.5 KB
Original Source

{% assign sorted_tests_group = site.compatibility | group_by: "meshery-component" %} {% for group in sorted_tests_group %} {% if group.name == "meshery-traefik-mesh" %} {% assign items = group.items | sort: "meshery-component-version" | reverse %} {% for item in items %} {% if item.meshery-component-version != "edge" %} {% if item.overall-status == "passing" %} {% assign adapter_version_dynamic = item.meshery-component-version %} {% break %} {% elsif item.overall-status == "failing" %} {% continue %} {% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %}

{% include compatibility/adapter-status.html %}

Lifecycle management

The {{page.name}} can install {{page.earliest_version}} of {{page.component}}. A number of sample applications can be installed using the {{page.name}}.

Want to contribute? Check our progress.

Sample Applications

The {{ page.name }} includes some sample applications operations. Meshery can be used to deploy any of these sample applications.

Suggested Topics

  • Examine [Meshery's architecture]({{ site.baseurl }}/architecture) and how adapters fit in as a component.
  • Learn more about [Meshery Adapters]({{ site.baseurl }}/architecture/adapters).