How to configure two targets to share the traffic partially

Not applicable

I have an use case where I want to route the traffic b/w two targets (different backend services). Is there any way to route the traffic according to load?

0 1 197
1 REPLY 1

@Ratan Kumar,

You can achieve your usecase by having two target servers each pointing to different target servers and use load balancing across these two target servers. You can use different algorithms to route the traffic to the target servers like Round Robin, Weighted, and Least Connection.

You can read more about this in Load balancing across backend servers.