Set up a multiregion cluster
If you have opted for this feature, we set up everything in the backend for your multiregion cluster approach. This can be for one additional remote satellite (passive) cluster or more. That’s up to you. However, we do need you to modify the values.yml
file for your specific environments to accommodate the multiregion feature.
Prerequisites
-
You must have installed and set up Linkerd.
Instructions
The instructions here allows one Magnolia Author and as many as needed Magnolia Publics running in the primary cluster. Remote clusters can contain multiple Magnolia Publics, but no Magnolia Author service.
-
Create (or go to) your
values.yml
file for your Magnolia Public service.-
Under
linkerd
, setserviceInjection
totrue
as shown here.linkerd: serviceInjection: enabled: true
-
-
To receive the traffic from a linked remote cluster, enable it on the primary cluster running the Magnolia Author service and list the linked remote clusters as shown here.
multicluster: author: enabled: true (1) remoteclusternames: - satellite01 (2)
1 Ensure enabled
is set totrue
.2 Where satellite01
is the name of the remote cluster. -
Redeploy your Magnolia PaaS project.