| Current Keycloak service comes preconfigured as https://www.keycloak.org/docs/3.0/server_installation/topics/operating-mode/standalone-ha.html It can be configured to be https://www.keycloak.org/docs/3.0/server_installation/topics/operating-mode/domain.html but that would require changes in keycloak upstream and apb:
differences: Standalone Clustered Mode: "This mode can be very easy to deploy initially, but can become quite cumbersome. To make a configuration change you’ll have to modify each distribution on each machine. For a large cluster this can become time consuming and error prone." Domain Clustered Mode: "In domain mode, a domain controller is started on a master node. The configuration for the cluster resides in the domain controller. Next a host controller is started on each machine in the cluster. Each host controller deployment configuration specifies how many Keycloak server instances will be started on that machine. When the host controller boots up, it starts as many Keycloak server instances as it was configured to do. These server instances pull their configuration from the domain controller." Craig Brookes do you have a preference in which mode to progress? |