|
|
Subscribe / Log in / New account

Connecting Kubernetes services with linkerd

Connecting Kubernetes services with linkerd

Posted Apr 10, 2017 18:13 UTC (Mon) by ikm (guest, #493)
Parent article: Connecting Kubernetes services with linkerd

This got me excited, then I checked the source and found out it's still in Scala. Which is... "not for everyone", right. At least the part where one needs a JVM to run it. I was really hoping for something lighter-weight.


to post comments

Connecting Kubernetes services with linkerd

Posted Apr 10, 2017 19:13 UTC (Mon) by flussence (guest, #85566) [Link] (1 responses)

If you can't justify spending a paltry few gigabytes of RAM to middle-manage your infrastructure, maybe you don't yet have the kind of colossal scaling problem that *needs* microservices?

Connecting Kubernetes services with linkerd

Posted Apr 10, 2017 19:33 UTC (Mon) by fratti (guest, #105722) [Link]

To be fair, the less you have to scale vertically, the less your horizontal scaling will cost. Though I don't think a 100 MB RAM JVM is going to be a big problem unless you plan on something like Toasters as a Service. GCs usually get efficient if the heap is about 6 times as big as it needs to be, and at that point you're still only at 600 MB RAM. At any rate, I doubt the bottleneck will be in linkerd.

Connecting Kubernetes services with linkerd

Posted Apr 10, 2017 20:03 UTC (Mon) by eternaleye (guest, #67051) [Link]

Well, linkerd-tcp is in Rust. Just recently got posted to /r/rust, in fact: https://www.reddit.com/r/rust/comments/62avcc/introducing...


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds