Alex Leong

Results 46 issues of Alex Leong

Add the ability for Linkerd to generate a "diagnostics dump" which is a bundle containing as much information as possible to aid with debugging. The bundle could include: * Linkerd...

Create a Helm chart for installing Linkerd and/or Namerd onto Kubernetes. This should probably be a service mesh configuration, very similar to https://github.com/linkerd/linkerd-examples/blob/master/k8s-daemonset/k8s/servicemesh.yml

The current admin dashboard shows a list of clients with traffic volume and success rate for each but no mention of services. It would be cool to have a visualization...

feature/admin

When Linkerd proxies a TTwitter thrift request, it reads the dest header out of the message envelope and uses it as part of the identified service name. For example, if...

Support upgrading H1 to H2 and downgrading H2 to H1 so that linkerd can transparently use H2 as the transport in linker-to-linker mode.

h2

When running linkerd as a daemonset in a CNI environment (such as Calico or Weave) we need to set `hostNetwork` on the daemonset spec and on the daemonset and localnode...

This addresses #132 for the traffic-metrics API. We define an OpenAPI 3.0.0 specification for the traffic metrics API. This formalizes the description of the API given in `traffic-metrics.md`. I tested...

Some resources may break down their traffic metrics into logical groupings of requests called routes. For example, a web application might break down metrics by request path. If the `route`...

It would be great to have some kind of formal specification for the APIs in this repo; swagger, for example.

This change hides Namerd behind a Namer interface so that the Namer can be dynamically configurable. I'm looking for feedback on the general approach taken here, as well as code...

reviewable