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.

  1. Create (or go to) your values.yml file for your Magnolia Public service.

    1. Under linkerd, set serviceInjection to true as shown here.

      linkerd:
        serviceInjection:
          enabled: true
  2. 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 to true.
    2 Where satellite01 is the name of the remote cluster.
  3. Redeploy your DX Cloud PaaS project.

Feedback

PaaS

×

Location

This widget lets you know where you are on the docs site.

You are currently perusing through the DX Cloud PaaS docs.

Main doc sections

DX Core Headless PaaS Legacy Cloud Incubator modules