Forum Discussion
Muhammad_Irfan1
Cirrus
Oct 16, 2014URI Base load balancing in different pools
I have 8 application servers and i have to load balance the traffic in them in 50 different patterns.
One option i had was to make a VS for each pattern, Which means different target for the client. ...
Vitaliy_Savrans
Nacreous
Oct 16, 2014Hi,
you can use something like this irule:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/test*" {
pool TEST }
"/base*" {
pool BASE }
}
}
and you will need 2 VS for http and https.
Vitaliy_Savrans
Nacreous
Oct 16, 2014I donn't think that 50 Pools will slow down traffic
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects