NinesStack / sidecar

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

Need a unique ID, use UID again #77

Closed relistan closed 11 months ago

relistan commented 11 months ago

K8s-hosted services were stamping on each other because hostname + ID is used as a unique identifier. This reverts to using the K8s Pod UID as the ID. They are detectable vs Mesos IDs because they are UUIDs and contain dashes.