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? It is sometimes undesirable to copy some or all of the labels/annotations of a mirrored service. Introduced in #6626 was a feature...
### What is the issue? I believe the intent is that both clusters have identity CA public keys. However from reading the code, it tries to read the configmap/linkerd-config (which...
### What problem are you trying to solve? The `linkerd-control-plane` helm chart currently does not support changing the default `cr.l5d.io` registry to some private registry. The `linkerd` CLI supports this...
### What problem are you trying to solve? This request is similar to #8134, and relates to #8003. I'm trying to join inbound and outbound metrics for a pod-to-pod cross-cluster...
### What problem are you trying to solve? With the new `ProxyTerminatingEndpoints` feature gate (GA in 1.28) in Kubernetes it is possible to minimize downtimes for services with `replica: 1`...
### What is the issue? We're running Linekrd stable-2.12.2 Linkerd is configured with: ``` proxy.opaquePorts: 25,587,3306,4444,5432,6379,26379,9300,11211 ``` We set `config.linkerd.io/enable-external-profiles: "true"` annotation on application Pods that connect to a MySQL...
### What is the issue? config.linkerd.io/skip-subnets is only skipping inbound traffic for the subnet, and not exempting outbound traffic. The documentation says `Comma-separated list of subnets in valid CIDR format...
## Feature Request We would like to have the ability to mirror traffic to one service to another url ### What problem are you trying to solve? This would solve...
Kubernetes 1.25 introduces and 1.29 stabilizes a new CRD validation feature. This feature is used by newer versions of the Gateway API CRDs. The Gateway API maintains compatibility with "at...
## Subject [Kubernetes Gateway API](https://gateway-api.sigs.k8s.io/) CRDs ## Problem In order to support driving traffic via Gateway [`GRPCRoute`](https://github.com/kubernetes-sigs/gateway-api/blob/main/config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml) resources, the requisite CRD needs to be added to the [linkerd-crds](https://github.com/linkerd/linkerd2/tree/main/charts/linkerd-crds). ## Solution...