/boot/cluster.yml File

The /boot/cluster.yml file is the configuation file that allows you to define exactly what requests go where. This can be anything including but not limited to, round robin horizontal scaling, having certain requests handled by another server for access reasons, having a CPU intensive process syphoned off to another server, and more.

For full information on this file, please consult the routes.yml documentation page on Github.

The file at /boot/routes.yml is the routing configuration file that defines exactly which requests go where and how they are handled.