With Agones, Kubernetes gets native abilities to create, run, manage and scale dedicated game server processes within Kubernetes clusters using standard Kubernetes tooling and APIs. This model also allows any matchmaker to interact directly with Agones via the Kubernetes API to provision a dedicated ga...
Install Prometheus server using stable/prometheus chart into the current cluster. By default all exporters and alertmanager is disabled. You can use this to collect Agones Metrics. See make minikube-setup-prometheus and make kind-setup-prometheus to run the installation on Minikube or Kind. make he...
##Running the Websocket server WSStreamer <host> <port> By default host and port are set to localhost:8082. If you want the server to be externally accessible, make sure you set the host to the hostname or IP address that you'll be using to connect to the server. ...