How can i use Maesh in my microservices?

Hello how can i use maesh in my microservices? Can you provide example thank you

Hello,

you can install Maesh easily through helm as mentioned on the github repo.

Once installed, you then need to instruct your sercices to use the servicename.servicenamespace.maesh endpoint, to start using the maesh network.

From there, you will have it :slight_smile:

Hi,

it seems i cannot curl servicename.servicenamespace.maesh

These are placeholders for your actual deployment.

Like myservice.mynamespace.maesh

Does that make sense?