linkerd2
linkerd2 copied to clipboard
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
### What problem are you trying to solve? I'm trying to select all resources installed by the `linkerd install` command, using the `linkerd.io/control-plane-ns` label. This works for all resources except...
### What is the issue? If you do this: ```bash kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml linkerd install --crds | kubectl apply -f - ``` the `linkerd install` ends up removing `httproutes.gateway.networking.k8s.io`...
### What problem are you trying to solve? Many environments have policy or ResourceQuota restrictions that require requests and limits to be set for all deployments/sts/jobs...etc in a given namespace....
### What is the issue? Looking at my datadog dashboards, I see that the linkerd proxies consume a sustained higher level of memory when a burst of traffic hits them...
### What problem are you trying to solve? I have a need to export headless services that do not match the statefulset's serviceName (pod's subdomain). In Kubernetes, the headless service's...
## Feature Request ### What problem are you trying to solve? As operator and developer, I want to have a visual overview of which pods are communicating. This doesn't only...
### What is the issue? After setting up a multicluster gateway on EKS/AKS/public cloud, the linkerd-gateway pod logs begin to fill with `[11289622.527652s] INFO ThreadId(01) inbound: linkerd_app_core::serve: Connection closed error=direct...
## Feature Request ### What problem are you trying to solve? Many users will have existing VM-based deployments with only a portion of their services running in Kubernetes. These users...
## Feature Request ### What problem are you trying to solve? I am only able to see a graph of traffic for a single namespace. In my cluster traffic will...
## Bug Report I was not sure whether to report this as a bug or a feature request. Please let me know whether I need to migrate the issue elsewhere....