Infrastructure
Overview
Phaedra 2 is deployed as a set of services on a Kubernetes cluster. For a full list of these services, see Architecture.
In addition to these services, a Phaedra 2 cluster also contains:
- Script Engine workers, to perform script executions, mainly for the
CalculationService
and theDataCaptureService
- A Keycloak server, used for authentication and authorization
- A public API gateway, to expose the service APIs outside the cluster
- A Kafka broker, to manage the Kafka topics that the services use for communication
From within the cluster, Phaedra services will need access to:
- An object store that persists binary data such as the measurement images
- A relational database that persists numerical and other data for most of the services
Helm Chart
A Helm chart is currently under development to assist with the deployment of a Phaedra 2 cluster.
Please check back soon for updates on this topic.