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