wish / katalog-sync

A reliable node-local mechanism for syncing k8s pods to consul services
MIT License
36 stars 7 forks source link

specify service level parameters in a json struct #49

Open zengmin-wish opened 3 years ago

zengmin-wish commented 3 years ago

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.