Live data from Hacker News

Linkerd Joins the Cloud Native Computing Foundation

blog.buoyant.io

1–10 of 13 posts

Re: Linkerd Joins the Cloud Native Computing Foundation

#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.

Re: Linkerd Joins the Cloud Native Computing Foundation

#3
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.

Hi, from what I read the linkerd proxy allow to supervise response stats (latency, error rate). In kubernetes you didn't have global proxy stats. It's a circuit breaker and you can connect with other service with different protocols (http,rpc) without have to know what protocol other service use. I didn't have tested linkerd yet but I noticed this points. I think it's really useful when you have micro services

Re: Linkerd Joins the Cloud Native Computing Foundation

#4
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.

" it’s yet-another proxy in the neverending proxying of proxies within K8S already." - <3

Re: Linkerd Joins the Cloud Native Computing Foundation

#5
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.

" it’s yet-another proxy in the neverending proxying of proxies within K8S already." - <3

I think it'd be nice to see the functionality of linkerd merged into k8s.

Re: Linkerd Joins the Cloud Native Computing Foundation

#6
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.

Re: Linkerd Joins the Cloud Native Computing Foundation

#9

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" ?
Post reply on HN