|
|
Subscribe / Log in / New account

Connecting Kubernetes services with linkerd

Connecting Kubernetes services with linkerd

Posted Apr 10, 2017 21:50 UTC (Mon) by Cyberax (✭ supporter ✭, #52523)
In reply to: Connecting Kubernetes services with linkerd by federico3
Parent article: Connecting Kubernetes services with linkerd

How exactly? My $BIGCORP employer has an exactly same problem - a simple user-initiated request has to wind its way through many services (that I won't really call 'micro' in many cases) and the overall emergent behavior is often surprising.

Some of it can be mitigated in a decentralized way by over-provisioning and by making sure that retry policies are not provoking vicious loops (when most services are stuck retrying requests that have long since timed out on an upper level). But that can only be done to a certain degree.

My only personal objection coming from high-traffic service experience, is that this service should be designed as a metadata side-channel and leave the actual HTTP (or whatever) requests to individual services.


to post comments


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