Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Google Cloud Platform App Engine - installing a custom runtime/ moving to GKE

I'm using google app-engine (standard environment) in GCP with python2.7 interpreter. I want to use a different python compiler. Specifically, I want to use cython [https://github.com/cython/cython]

Can I please know if app-engine (standard environment) can support custom runtimes ?

I understand that app-engine (flexible environment) can support custom runtimes with the help of docker images.

If app-engine (standard environment) cannot support cython, is moving an app engine python2.7 app to GKE (kubernetes engine) a good idea ?
Can a google app engine application be moved to gke as stateless rest based services ?

Thanks a lot for your answers !

Solved Solved
0 3 796
1 ACCEPTED SOLUTION

3 REPLIES 3

Hi @anjelisa , Thanks a lot for answering question.

Hi @anjelisa 
Can I please know, if I can deploy docker images to Google App Engine Standard Environment as well ?

I will compile the python code locally and create a binary and build a docker image using that binary.
Can I deploy that docker image in App Engine Standard environment ?