NinesStack / sidecar

Gossip-based service discovery. Docker native, but supports non-container discovery, too.
MIT License
69 stars 7 forks source link

Kubernetes: Support Discovery Only for this Node #70

Closed relistan closed 1 year ago

relistan commented 1 year ago

Previously we only supported announcing Sidecar services on every node. This will now only announce for the node on which the Sidecar is running by default. You can override this behavior with ANNOUNCE_ALL_NODES="true".