Score:0

Google Cloud: what tool to use to split a request?

ck flag

I would like to put something in front of my apps and Cloud Compute in Google Cloud, in a way that when a HTTP request comes in for any app URL's I can send another request to another APP somewhere and then move on with the original request of the user.

What is the tool in Google Cloud to achieve that?

jabbson avatar
sb flag
to me it sounds like an internal application logic, not the cloud functionality
renanleandrof avatar
ck flag
Usually, load balancers or firewall applications on premises have things like this. I don't know what would be the tool in Google cloud.
Score:0
cl flag

I must recommend to use Splitting traffic across multiple versions.

And also from Google Cloud CLI, you can try this command to split traffic across multiple version, example :

gcloud app services set-traffic [MY_SERVICE] --splits [MY_VERSION1]=[VERSION1_WEIGHT],[MY_VERSION2]=[VERSION2_WEIGHT] --split-by [IP_OR_COOKIE]

This is a best practice, if you have Dev environment and Production environment, Once a Dev environment is ready for production, you can manage splitting traffic for your Dev environment to go live in your production environment.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.