linkerd2/charts/linkerd2-service-mirror
Zahari Dichev edd7fd203d
Service Mirroring Component (#4028)
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>
2020-03-02 21:16:08 +02:00
..
templates Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
.helmignore Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
Chart.yaml Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
README.md Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
values.yaml Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00

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