Deployment to Google App Engine

Is it possible to deploy Network server, appserver and geo server directly to Google appengine? AS an alternative to using vm’s?

I don’t think this is possible as the App Engine requires a special SDK. You could look into https://cloud.google.com/kubernetes-engine/ however.

Thanks for your thoughts. I guess docker images is a possibility as well, think they can be deployed to appengine. I’ll have a look.

It would have been really cool if we could have deployed the whole loraserver infrastructure on pure managed services without vm’s :slight_smile:

have you found a solution for this?