You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Agones can create GameServer on AWS fargate.
Now create GameServer will be pending, because Pods running on Fargate can't specify HostPort or HostNetwork in the Pod manifest.
Describe the solution you'd like
With Fargate, we don't have to provision, configure, or scale groups of virtual machines on our own to run containers.
Additions
Or do we have other solutions for this use case?
The text was updated successfully, but these errors were encountered:
@GStones We did a fair amount of work to support GKE Autopilot (see #2777), which has similar characteristics to Fargate (and opinions about HostPort). That said, it required me collaborating directly with the GKE Autopilot team. If you have a contact at AWS that is willing to help with this, or you can figure out some way you'd like to see it implemented yourself, we will accept PRs gladly. But unfortunately, we are not AWS developers.
With Fargate, we don't have to provision, configure, or scale groups of virtual machines on our own to run containers.
Or do we have other solutions for this use case?
Yes, you can run on GKE Autopilot. [blog][docs] :)
Is your feature request related to a problem? Please describe.
Agones can create
GameServer
on AWS fargate.Now create
GameServer
will be pending, becausePods running on Fargate can't specify HostPort or HostNetwork in the Pod manifest.
Describe the solution you'd like
With Fargate, we don't have to provision, configure, or scale groups of virtual machines on our own to run containers.
Additions
Or do we have other solutions for this use case?
The text was updated successfully, but these errors were encountered: