I’m curious about thoughts/best practices around running a clustered piece of software such as etcd in Rancher. Getting a docker-compose going for that was… tricky… because of the circular dependencies. https://gist.github.com/tobowers/2bd1ebac14be0cf0a10f is what I came up with using the grand ambassador.
My thought was that I would then use a rancher-compose to swap out the ambassador with a service alias instead.
I’m just curious if there are thoughts about how to do that better.