Linkerd is a lightweight service mesh that will enable
live debugging of requests (like wireshark)
distributed tracing of which services are talking to which
fault injection / chaos engineering
and so on.
All this without having to change any way that we write or deploy things. No unneeded complexity!
Why?
Currently it's near impossible or just really complicated to try and debug a live error for a Pair deployment.
With Linkerd, it will enable us to find enough information to recreate the request and see how services are talking to each other with the context of the requests.
TODO
install Linkerd
annotate the sharingio-pair namespace to allow injection
What?
Linkerd is a lightweight service mesh that will enable
and so on.
All this without having to change any way that we write or deploy things. No unneeded complexity!
Why?
Currently it's near impossible or just really complicated to try and debug a live error for a Pair deployment.
With Linkerd, it will enable us to find enough information to recreate the request and see how services are talking to each other with the context of the requests.
TODO
sharingio-pair
namespace to allow injection