Forum Discussion
IRule Creation help
Hello,
Is it possible once I implement the below iRule(25% percent of production web traffic being routed to staging_web pool) on our production web virtual server to then route all traffic from the staging_web pool to our staging_app pool of servers via the production app virtual server? The dev team does not want to change DNS entries once we do a deploy to staging then production. Could I apply an iRule on the production app virtual server routing any traffic from the staging web servers to the staging_app pool?
when HTTP_REQUEST { if { rand() > 0.25 } { pool default-pool } else { staging_web } }
Thank you,
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
