Agon
Agon is a library for running dedicated game servers on Kubernetes.
Disclaimer
This software is currently alpha, and subject to change. Not to be used in production systems.
Major Features
- Be able to define a
GameServer
within Kubernetes - either through yaml or the via API - Manage GameServer lifecycles - including health checking and connection information.
- Client SDKs for integration with dedicated game servers to work with Agon.
Requirements
- Requires a Kubernetes cluster of version 1.8+
- Open the firewall access for the range of ports that Game Servers can be connected to in the cluster.
- Game Servers must have the project SDK integrated, to manage Game Server state, health checking, etc.
Installation
kubectl apply -f install.yaml
If you are running your own Docker repository or want to install a specific version, make a local copy of install.yaml and edit to match your settings.
Note: There has yet to be a release of Agon, so you will need to edit the install.yaml
to specify a
development release or build from source
Usage
See the sdks and examples directories.
More documentation forthcoming.
Development and Contribution
See the tools in the build directory for testing and building Agon from source.
Licence
Apache 2.0