Agones: Agones on GAE

Created on 2 Jun 2018  路  5Comments  路  Source: googleforgames/agones

can i use agones on google app engine?

because agones works on kubernetes, i believe this thing is something like the "docker"..

question

All 5 comments

Unfortunately, Agones will likely never work with Google App Engine.

App Engine is a very opinionated system that is built to run and scale stateless systems (which dedicated game servers are not - they have in memory state when players are playing on them). There is also no compatible layer to the extension mechanisms that Kubernetes provides that Agones is built on top of.

If you are interested in learning more about the various tradeoffs of different systems provided by Google Cloud (including App Engine and Kubernetes), you may find the following resource useful:

Does that answer your question?

I see a thumbs up here too :smile: so closing this question as well.

i believe this already close..
and sorry to comment again..but i believe no need to reopen..just want to confirm..
(because i a little bit confuse between google compute engine and google kubernetes engine)

so, agones will not run on google app engine, okay i understand that...
so if i want to use agones for my game..which google cloud platform product should i choose?
gke or gce?

sorry for the trouble..

You want to be using GKE
https://cloud.google.com/gke

okay thanks

Was this page helpful?
0 / 5 - 0 ratings