welcome 🙂
i used to use GAE like 6 years ago or such 😄
I haven't used GKE, only GAE so far
@mobileink and @nickbauman have separate toolchains for hleping you build jars for AE
GKE is just kubernetes in GCE
they may be also useful for GCE/GKE
so basically, you build a docker image and you are set
and so far i just called boot serve in a java image
https://github.com/migae <-- helps you build the war/jar also: https://github.com/nickbauman/cljgae-template
startup time was a bit horrible, but yeah 😄
GAE is still on 1.7?
man...
yeah; I'm starting to believe the articles that GAE is the unwanted bastard child
yes
it was really promising back then
but containerization and all the microservice stuff kinda overtook it
i think by now it's easier to just go GKE
and you can get all the other stuff that GCE offers like a mysql anyway
or bigtable or younameit
also you can use bigtable from the gae flex env. not sure what the diff between gce and gae flex is.