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
Hi,
it seems i cannot curl servicename.servicenamespace.maesh
These are placeholders for your actual deployment.
Like myservice.mynamespace.maesh
Does that make sense?