Replies: 1 comment 1 reply
-
When using When a service is mirrored (for example, from your main to your agent cluster), that service will have some additional metadata populated by Linkerd's For this reason, only connections that go through the linkerd-proxy work with this set-up. A client proxy will send traffic directly to port 4191 (the proxy's inbound port) for the gateway. Connections will be mTLS'd here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I directly call a service hosted in another cluster (say cluster master) from ingress in agent cluster, without having to define any native service in agent cluster?
I have the following setup:
masterlink
is setup from say - master to agent cluster -i.e any service in master marked as mirror is available in agent cluster.serviceb-masterlink
serviceb-masterlink
. It does not work it shows mTLS error. I have tried marking theserverauthorization
object asunauthenticated: true
in both master and agentThe serverauthorization resource
Beta Was this translation helpful? Give feedback.
All reactions