SantoDE / maesh

Simpler Service Mesh

Home Page:https://mae.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maesh

Build Status Docs GitHub release Build Status Discourse status

Maesh: Simpler Service Mesh

Maesh is a simple, yet full-featured service mesh.. It is container-native and fits as your de-facto service mesh in your Kubernetes cluster. It supports the latest Service Mesh Interface specification SMI that facilitates integration with pre-existing solution. 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:

Install (Helm v2 only)

helm repo add maesh https://containous.github.io/maesh/charts
helm repo update
helm install maesh maesh/maesh

You can find the complete documentation at https://docs.mae.sh.

Contributing

Contributing guide.

About

Simpler Service Mesh

https://mae.sh

License:Apache License 2.0


Languages

Language:Go 96.5%Language:Makefile 1.7%Language:Dockerfile 1.0%Language:Shell 0.4%Language:Smarty 0.3%