wish / katalog-sync

A reliable node-local mechanism for syncing k8s pods to consul services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

specify service level parameters in a json struct

zengmin-wish opened this issue · comments

sth like:
'katalog-sync.wish.com/service': '{"name": "foo", "port": 1234, "meta": "...", "tags": "..."}'

That's cleaner(one annotation for each service) and easy to expand to include new parameters.