sharingio / pair

A shareable pairing environment
https://pair.sharing.io
Apache License 2.0
11 stars 1 forks source link

Add Linkerd to deployment of Pair #133

Closed BobyMCbobs closed 1 year ago

BobyMCbobs commented 2 years ago

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

  1. install Linkerd
  2. annotate the sharingio-pair namespace to allow injection
  3. restart deployments
  4. ???