Live data from Hacker News

Linkerd Joins the Cloud Native Computing Foundation

blog.buoyant.io

11–13 of 13 posts

Re: Linkerd Joins the Cloud Native Computing Foundation

#11
I use ebay/Fabio in a similar pattern as Linkerd and it's been amazing. I can understand that it's very useful to also have the latency stats and circuit breaker features like netflix/Hystrix.

There are also more and more private networking / tunnel / sdn tools popping up, I wonder which of the techniques will win out. There are advantages to not doing too much in each tool.

It's useful to separate traffic to instances/services by need-to-know e.g. admins vs users, and that would require two instances of Linkerd to truly separate the traffic. In this case I use VLANs/SDNs with service discovery instead.

Always interested to hear how others are solving this routing problem.

Re: Linkerd Joins the Cloud Native Computing Foundation

#12

The killer application of linkerd is kubernetes, where a lot of people are using linkerd to get around using Kubernetes "Services". I think the Ingress controllers talk directly to Linkerd. I have requested for L4 support in Linkerd that will finally make it possible for Linkerd to actually become an ingress + Service abstraction.

Op, mind telling us why people are using linkerd to get around using Kubernetes "Services" ?

there's quite a bit here - https://monzo.com/blog/2016/09/19/building-a-modern-bank-bac...

and

https://blog.buoyant.io/2016/10/14/a-service-mesh-for-kubern...

But you should ping linkerd on twitter. They are really responsive.

Re: Linkerd Joins the Cloud Native Computing Foundation

#13
post #2

Not sure about this one yet - some benefits, but not really massive traction. I don’t clearly see the benefits (although latency-sensitive internal loadbalancing seems quite neat), but it’s yet-another proxy in the neverending proxying of proxies within K8S already.

To be fair, most proxies are in-kernel in the form of *NAT.
Post reply on HN