mirror of https://github.com/linkerd/linkerd2.git
This PR introduces a service mirroring component that is responsible for watching remote clusters and mirroring their services locally. Signed-off-by: Zahari Dichev <zaharidichev@gmail.com> |
||
---|---|---|
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
values.yaml |
README.md
Linkerd2-service-mirror Helm Chart
Linkerd is a service mesh, designed to give platform-wide observability, reliability, and security without requiring configuration or code changes. The Linkerd Service Mirror makes it possible to mirror services located on remote clusters with the purpose of routing traffic to them.
Configuration
The following table lists the configurable parameters of the linkerd2-service-mirror chart and their default values.
Parameter | Description | Default |
---|---|---|
controllerImage |
Docker image for the Service mirror component (uses the Linkerd controller image) | gcr.io/linkerd-io/controller |
controllerImageVersion |
Tag for the Service Mirror container Docker image | latest version |
namespace |
Service Mirror component namespace | linkerd-service-mirror |
serviceMirrorUID |
User id under which the Service Mirror shall be ran | 2103 |
logLevel |
Log level for the Service Mirror component | info |
eventRequeueLimit |
Number of times update from the remote cluster is allowed to be requeued (retried) | 3 |