Back to Meshery

Meshery Adapter for App Mesh

docs/_adapters/app-mesh.md

1.0.02.0 KB
Original Source

{% assign sorted_tests_group = site.compatibility | group_by: "meshery-component" %} {% for group in sorted_tests_group %} {% if group.name == "meshery-app-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}}.

Features

  1. Lifecycle management of {{page.component}}
  2. Lifecycle management of sample applications
  3. Performance testing

Sample Applications

The {{ page.name }} includes a handful of sample applications. Use Meshery to deploy any of these sample applications.

  • Emojivoto

    • A microservice application that allows users to vote for their favorite emoji, and tracks votes received on a leaderboard.
  • Bookinfo

  • Httpbin

    • Httpbin is a simple HTTP request and response service.

Identify overhead involved in running {{page.component}}, various {{page.component}} configurations while running different workloads and on different infrastructure. The adapter facilitates data plane and control plane performance testing.

  1. Prometheus integration
  2. Grafana integration

The [{{page.name}}]({{ page.github_link }}) will connect to {{page.component}}'s Prometheus and Grafana instances running in the control plane.