Maesh: Simpler Service Mesh

Maesh

Maesh is a lightweight and simpler service mesh designed from the ground up to be straightforward, easy to install and easy to use.

Built on top of Traefik, Maesh fits as your de-facto service mesh in your Kubernetes cluster supporting the latest Service Mesh Interface specification (SMI).

Moreover, Maesh is opt-in by default, which means that your existing services are unaffected until you decide to add them to the mesh.

SMI

Non-Invasive Service Mesh

Maesh does not use any sidecar container but handles routing through proxy endpoints running on each node. The mesh controller runs in a dedicated pod and handles all the configuration parsing and deployment to the proxy nodes. Maesh supports multiple configuration options: annotations on user service objects, and SMI objects. Not using sidecars means that Maesh does not modify your Kubernetes objects and does not modify your traffic without your knowledge. Using the Maesh endpoints is all that is required.

Maesh Maesh

Prerequisites

To run this app, you require the following:

  • Kubernetes 1.11+
  • CoreDNS/KubeDNS installed as Cluster DNS Provider (versions 1.3+ supported)
  • Helm v3