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 !