Live Platform SaaS Deployment
This version offers the Live Platform server as an Azure Software-as-a-Service platform (SaaS) platform using Azure Kubernetes Service. The deployment is configured in a Pod topology running as a single instance. The Pod consists of containers with shared storage and network resources. Each container in the Pod manages a separate Live Platform process. For each process, two services are run in parallel, the Main service and the Watchdog service. The Main service runs the actual process and the Watchdog service verifies that the Main service is active and running. The containers in a Pod are automatically co-located and co-scheduled on the same physical or virtual machine in the cluster.
|
■
|
Each Live Platform process is managed as a separate AKS container. |
|
■
|
Postgres, Cassandra and Kafka are run as Azure services. |
|
■
|
HTTPS communication between SBC devices and endpoints is established through AKS Ingress. |
|
■
|
Separate database tables are managed for each tenant. |