Deploying the user identity service in a high-availability cluster

The user identity service deployment scenario in a high-availability cluster involves the following steps:

  1. Creating user databases

    Create user and user group databases in PostgreSQL for the event processing and user group processing components. Configure access to the created databases from the primary and backup nodes.

  2. Preparing the user identity service components

    Prepare a separate directory for each component, containing all the files it needs, and load the containers to Docker.

  3. Configuring the high-availability cluster using Pacemaker

    Deploy and configure a high-availability cluster with a primary node and a backup node using the Pacemaker tool and auxiliary utilities. Configure access to PostgreSQL databases and user identity service components in the cluster.

In this section

Creating user databases on nodes

Preparing user identity service components on nodes

Configuring the cluster using Pacemaker

Page top