When practicing federated configuration management, there is a high chance of endpoint collision where two teams unexpectedly use the same API path.
To avoid this, you can namespace each API using a path prefix or have each API listen on a specific host.
By default, the deck file namespace
command operates on all Routes in a file. To target specific Routes, pass the --selector
flag.