marathon-lb
marathon-lb copied to clipboard
Single vhost to multiple backends with different weights
Is it possible to balance part (for example 5%) of incoming requests to different app on same VHOST for performance profiling?
Is anything being worked on with this one? I really need the ability to route to the same vhost across multiple marathon applications. We are using spinnaker to deploy our applications in marathon, but its conventions of creating a new application name for every deployment limits how marathon-lb is directing traffic to the new application until all the old instances of the shutdown.
For example: myapp_V001 and myapp_V002 would use the same vhost and should split traffic from marathon-lb.
A feature like that would be great and useful for canary releases without using different (temporary) VHosts.