Hi,
new to linkerd, trying to get it working with a sample setup using the example in the website.
Given the snippet
namers:
- kind: io.l5d.serversets
zkAddrs:- host: 127.0.0.1
port: 2181
- host: 127.0.0.1
and then the Dtab
dtab: |
/svc => /#/io.l5d.serversets/discovery/prod;
How the matching structure in zookeeper should look like to reproduce the simple case of three backend endpoints of the io.l5d.fs example?
192.0.2.220 8080
192.0.2.105 8080
192.0.2.210 8080 * 2.0
Googling around, I didn’t find any usable piece of information
Thanks