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

Add Redundancy To Agent & Relay Services #994

Open
XAMPPRocky opened this issue Aug 14, 2024 · 0 comments
Open

Add Redundancy To Agent & Relay Services #994

XAMPPRocky opened this issue Aug 14, 2024 · 0 comments
Labels
kind/feature New feature or request

Comments

@XAMPPRocky
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently the multi-cluster configuration relies on the "agent" service which watches for GameServer CRDs in a cluster, and a "relay" service which aggregates the information from all agents. Currently the setup uses just a single instance of of agent in each cluster, and a single relay for all agents and proxies. In order to make the setup for resilient, we should allow the following:

  • Multiple agents in a single cluster communicating the same configuration to a single relay.
  • Agents sending their configuration to multiple relays.
  • Proxies communicating to multiple relays simultaneously.

Describe the solution you'd like
Don't have a solid solution that we should pick, the simplest solution is to spawn multiple tasks for each relay in the agent and proxy, and allow there to be redundant data, this is the simplest, but means that memory requirements grow with each redundant service, it would make more sense to do some level of merging of information, to reduce the amount of data being stored.

@XAMPPRocky XAMPPRocky added the kind/feature New feature or request label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant