Distributed Environment Support
This applies to: Visual Data Discovery
You can deploy Symphony microservices in a distribued environment. Such an environment ensures that you can minimize the downtime caused by:
- hardware or software failures due to excessive resource use or other events
- software upgrades or updates
You have two options for setting up a distributed Symphony environment:
-
Load balancing: Load balancing helps you scale Symphony for hundreds of users. You can use load balancing both on-premises and with cloud deployments. A single set of microservices communicate with each other in a monolithic flow.
For more information, see Configure the Symphony Server Behind a Load Balancer.
-
High Availability: A high availability environment includes multiple Symphony nodes, each with its own set of microservices. This ensures that a microservice is available at all times, somewhere in the cluster. Each microservice communicates with others using service discovery.
Different numbers of different types of microservices can be defined for the Symphony nodes, although at least two of each must be installed.
A high-availability load balancer is required to distribute the network traffic across your user-facing Symphony nodes. If only a single load balancer is deployed in a high availability environment, you will not be able to access any of the Symphony nodes behind it if the load balancer should fail. Microservice load balancing and failover occur automatically within the Symphony nodes themselves.
For more information, see Configure a High Availability Environment.
If you have the configuration microservice configured and running, you can maintain properties for microservices of a given type in a single location in the Service Monitor. For example, if you have two query engine microservices running in your high availability environment, you can change the properties for both microservices in a single location, ensuring that the query engine microservices operate in the same manner across the product nodes. A config-server-upload.jar
utility is provided that can be used to migrate the microservice properties from your standalone Symphony servers to the Symphony configuration data in the high availability PostgreSQL data store, where the configuration microservice can maintain them. For more information see Migrate Properties to the Configuration Server.
Comments
0 comments
Please sign in to leave a comment.