With AWS Route53
I can setup an URL that assigns 50% traffic to one URL and the other URL, which points to different versions of the service. Is there sth similar in GCP (cloud dns)?
The setup looks like the following
50%
100% traffic -> service.com -> serviceA.com (version-featureRF)
50%
-> serviceB.com (version-featureCNN)
Update: I have a look at https://stackoverflow.com/a/32617722/3952994, but it doesn't explain how to set it up.