linkerd2
linkerd2 copied to clipboard
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Linkerd supports the Gateway API's HTTPRoute resource for both inbound and outbound policy. Linkerd's Proxy API already includes [GrpcRoute types](https://github.com/linkerd/linkerd2-proxy-api/blob/main/proto/grpc_route.proto); and the proxy has nascent support for consuming these routes,...
### What problem are you trying to solve? Allow exporting `tracing` events of OpenTelemetry OTLP and potentially other exporters for linkerd2 ### How should the problem be solved? Allow users...
### What problem are you trying to solve? Hi, I'm choosing between linkerd (first of all because the proxy is written in Rust, which is lightweight on my tests) and...
### What is the issue? I am using Gateway API in Linkerd and find inconsistency between route behavior in Linkerd and GAMMA specification. In [GEP](https://gateway-api.sigs.k8s.io/geps/gep-1426/#hostnames-field), it says that GAMMA implementation...
### What problem are you trying to solve? When linkerd2 is used for proxying HTTP/2 (gRPC) traffic there is maybe issue with tcp sockets dangling. In this case HTTP/2 ping...
### What problem are you trying to solve? In trying to use the `linkerd-viz` chart, I'm trying to assign node affinity, as well as tolerations, to the pods of the...
### What problem are you trying to solve? The viz dashboard is nearly unusable once the K8s cluster reaches a certain threshold of namespaces. In the case where K8s is...
### What problem are you trying to solve? allow applications and browsers to communicate with gRPC services on the edge/outside the cluster through Linkerd ### How should the problem be...
Implement configuration environment variables for proxy container via annotations Validation Manual tests Fixes #12289
### What problem are you trying to solve? Linkerd2 proxy has many various configuration options via environment variables described here `linkerd/app/src/env.rs`, but current set of annotations do not cover whole...