Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FeatureRequest]: GameServer can run on aws fargate? #3633

Closed
GStones opened this issue Feb 5, 2024 · 2 comments
Closed

[FeatureRequest]: GameServer can run on aws fargate? #3633

GStones opened this issue Feb 5, 2024 · 2 comments
Labels
kind/feature New features for Agones

Comments

@GStones
Copy link
Contributor

GStones commented Feb 5, 2024

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?

@GStones GStones added the kind/feature New features for Agones label Feb 5, 2024
@zmerlynn
Copy link
Collaborator

zmerlynn commented Feb 5, 2024

@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] :)

@GStones
Copy link
Contributor Author

GStones commented Feb 6, 2024

Thanks for your detailed suggestion.

@GStones GStones closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New features for Agones
Projects
None yet
Development

No branches or pull requests

2 participants