easegress icon indicating copy to clipboard operation
easegress copied to clipboard

Integration with Linkerd

Open templatedop opened this issue 2 years ago • 6 comments

Is your feature request related to a problem? Please describe. Can easegress be integrated with Linkerd

Describe the solution you'd like I would like to use Linkerd, as it has lesser latency than other service meshes. But features like circuit break etc. are not available in Linkerd. Easegress anyhow helps in having those features..


Thanks for contributing 🎉!

templatedop avatar Aug 27 '22 05:08 templatedop

hi @madugula007 , I'm unclear about the word integration and your requirement. For service mesh, we have a product EaseMesh built on Easegress.

localvar avatar Aug 29 '22 00:08 localvar

EaseMesh is limited to javaspring cloud ... My APIs are in Golang. Also no mTLS as of now..

templatedop avatar Aug 31 '22 04:08 templatedop

EaseMesh also supports other languages besides Java/Spring by installing EaseMesh-CoreDNS .

And actually, we have supported mTLS[1] now without updating the document, which will be done soon.

[1] https://github.com/megaease/easegress/blob/38eac8e335ece1cb3494c1f2033c017cf999338b/pkg/object/meshcontroller/spec/spec.go#L120

xxx7xxxx avatar Sep 05 '22 01:09 xxx7xxxx

EaseMesh is limited to java spring cloud ... My APIs are in Golang. Also no mTLS as of now..

EaseMesh supports other languages. we have the demo for golang application, you can have a look - https://github.com/megaease/easemesh-demo

haoel avatar Sep 05 '22 04:09 haoel

@madugula007 I've added a demo guide in README for https://github.com/megaease/easemesh-demo , please check it out.

xxx7xxxx avatar Sep 06 '22 10:09 xxx7xxxx

Thank you will certainly try. Kindly help me if I stuck somewhere. Will update..

templatedop avatar Sep 11 '22 11:09 templatedop