-
Notifications
You must be signed in to change notification settings - Fork 828
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
Improve support of Amazon EKS production grade deployments #4015
Comments
Here is the list of proposed changes. Most of the contributions will derive from the work done in AWS Solution Guidance for Agones and OpenMatch on EKS
|
What shell scripts are you talking about in here? |
The shell scripts we are referring to are the ones we built to finalize the setup of the eks cluster and perform sanity checks. Our plan is to move them to go and add them to the cmd folder. |
Not sure if that's the right spot for general usage scripts (the But generally our installation stuff goes in https://github.com/googleforgames/agones/tree/main/install |
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
Is your feature request related to a problem? Please describe.
Many customers looking to run Agones game servers are facing challenges with setting up and managing these components on Amazon EKS. This is becoming a common requirement for building end-to-end game server hosting solutions that can integrate with the AWS ecosystem.
Describe the solution you'd like
We propose the following feature addition to the Agones project:
Describe alternatives you've considered
Manuel setup and configurations. But this is very tedious. Using Helm works, but requires customization and a certain level of knowledge regarding potential parameters to setup.
Additional context
The approach we propose is an approach based on AWS best practices and a fully vetted solutions architecture guidance.
The text was updated successfully, but these errors were encountered: