The Local Environment

The local environment provides a way to develop and test your application without requiring a full production (cloud) deployment. By using the service configuration we provide to run next to your game, you will be using the same services you would in a production environment.

The key differences between the local-only version and the production version are:

  • No scalability support.

  • No support for direct hardware-encoding.

  • The services are launched in an unsecure environment.

Note

You need to be connected to a live-streaming service to check latency between your game and the client view, as well as test your web code with the live-streaming viewer of the chosen service.

See The Cloud Environment for information about setting up your project to work with a streaming service.

Additional Required Services

The Genvid Services rely upon additional software for some specific tasks. For the default setup, we chose the following for the default Genvid configuration due to low dependency on their infrastructures:

Consul

Consul is used for storing configuration inside its key-value store, as well as registering, monitoring, and discovering the different services available.

Vault

Vault is used to secure, store and tightly control access to tokens, passwords, certificates, API keys, and other secrets.

Nomad

Nomad is used to install, start and monitor the different required applications, on Linux and on Windows. You can find more information on our usage in our section about the Nomad Templates.

Traefik Proxy

Traefik Proxy is used to configure and unify our services entry points access. A description of how Traefik is configured for the Bastion is available under Traefik Configuration.

The Toolbox also includes a web interface for monitoring and managing your cluster.