Deployment

TRISA currently maintains two side-by-side networks that are deployed in Kubernetes clusters in North America, Germany, and Singapore. The “MainNet” (also referred to as the TRISA network) is the production TRISA service where peers exchange compliance information for real transactions. The “TestNet” is a mirror network that is setup to allow peers to develop their TRISA nodes and to ensure that they are configured correctly before engaging in production transactions. For more on using the TestNet, please see the Testing documentation.

The current network architecture is as follows:

TestNet Architecture

Containers and Images

All TRISA related containers are hosted publicly on DockerHub. Containers are also pushed to GCR for rapid loading into our GKE kubernetes environment.

The primary container images are as follows:

  • trisa/gds: The primary GDS service that runs the TRISA Directory API, the TRISA Members API, the Admin API, and the Certificate Manager process.
  • trisa/gds-user-ui: The primary GDS UI React application compiled for production and served using an nginx container.
  • trisa/bff: The Backend for Frontend (BFF) that allows the GDS UI to access both the MainNet and TestNet GDS services.
  • trisa/gds-admin-ui and trisa/gds-testnet-admin-ui: the Admin UI React application compiled for production and served using an nginx container.
  • trisa/trtl and trisa/trtl-init: distributed TrtlDB containers optimized for TRISA cross-region deployment.

Helper images that may be deployed for maintenance or development:

  • trisa/maintenance: a basic UI that presents a “down for maintenance” screen.
  • trisa/placeholder: a basic UI that presents a placeholder image and some text.
  • trisa/grpc-proxy: an envoy proxy configured for using grpc-web with the GDS.
  • trisa/docs-redirect: a simple nginx redirect API for ensuring users are connected to the correct documentation site.

TestNet images:

  • trisa/rvasp: the base image for all rVASPs that connect to a Postgres database.
  • trisa/rvasp-migrate: a container job that migrates the rVASP Postgres database.
  • trisa/trtlsim: a data generating utility that simulates TRISA usage for load testing the trtl database.

Staging images (user interface images configured for a staging environment):

Deprecated images: