Currently I have a architecture inside GCP (Google Cloud Plataform) of a Wordpress application that works this way
Cloud DNS -> Load Balancer (with Cloud CDN enabled) -> Compute Engine (with wordpress application inside)
All components is inside GCP. I need to redirect to a specific URL when someone visit my wordpress application when Wordpress application becomes unresponsive or return errors. With another words, I need to do a failover strategy to a external url.
How this can be setup using GCP resources?