Does it support a way to bundle things close to each other, for example, not having a database container hosted in a different datacenter than the web app?
replies(1):
There is also an internal DNS for service discovery and it supports a `nearest.` prefix, which will preferentially use instances of a service running on the same machine. For example, I run a globally replicated NATS service and then connect to it from other services using the `nearest.nats.internal` address to connect to the machine-local NATS node.