Load Balance to FQDN Not Working
Hi All,
I have an environment that is set up on my F5 using a combination of Rewrite Profiles and iRules to achieve a reverse proxy setup. This works well.
I have a request to add an additional rewrite mapping but this time they want it to load balance to a FQDN in the cloud. The F5 is set up for DNS and I can add an FQDN pool which populates the ephemeral nodes, but these show down and I can never get them to come up despite DNS resolving them correctly.
I have the URL rule added to the existing rewrite profile (client: /api/search/ server: /search/ and then an iRule that states:
elseif { [string tolower [HTTP::uri]] starts_with "/api/search" } {
pool ProxyPass_Pool_4
But I can't get the FQDN pool to function.
What am I missing?
Thanks!