Greetings,

I would like your opinion on this - I have some HTTP endpoints that return 
a large streaming response (a file that gets created at request time). 
Since I am limited by both response timeout and size in GAE standard, I am 
using GAE Flexible for this. I looked at Cloud Run and saw it has similar 
limitations - no streaming response and limits on response timeout and 
size, so if I were to switch to Cloud Run, I would need to use it with GKE. 
My app is pretty stateless - it uses Datastore and no in-memory state, so I 
thought I could save a few bucks by switching to Cloud Run and also get 
faster deployments. I would like to get your thoughts about GAE Flexible vs 
Cloud Run on GKE - from what I understand, the downside of GAE Flexible is 
slower deployment (takes me about 10 minutes) and higher costs because 
there is at least one instance running at all times, and the downside of 
Cloud Run on GKE is having to manage Kubernetes (there is no dedicated 
devops people on our team, so it would take developers' time and effort). 
Can you think of more concerns? How would you recommend I approach this 
decision?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4d568676-08a2-40d0-9e28-f2362ceea42d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appeng... guznik
    • [google-a... 'Aref Amiri (Cloud Platform Support)' via Google App Engine

Reply via email to