We worked on a demo for the GDC which we can now publish here. We’ve integrated our orchestrator along with open matchmaker and agones. Those 2 platforms are open-source projects. The first one is an open source matchmaker handling players. We modified it to have it request match instances to Arbitrium and it was relaying location info among other things to get an accurate location. The second proejct, Agones, is a CRD for kubernetes specificly made for gaming server. We deployed 5 instances of Agones in different region to execute this test. When a new set of player are pooled for a new match, arbitrium did its magic to measure and define which cluster would be the best for this given set of players. It then started team fortress 2 game and the player were able to connect and play.
Agones:
Open-match: