Skip to main content
Version: 3.1

Asynchronous Disaster Recovery

In asynchronous disaster recovery setup, you can replicate Kubernetes applications and their data between two Kubernetes clusters. Here, a separate Portworx Enterprise cluster runs under each Kubernetes cluster.

The following diagram shows an asynchronous DR setup involving two clusters that are geographically apart:

Detailed Aynsc setup

  • Application data and supported Kubernetes resources are asynchronously replicated from a source to a destination cluster, which means there is a delay between data changes occurring on the source cluster and their replication to the destination cluster.
  • Incremental changes from Kubernetes applications and Portworx data are continuously sent to the destination cluster.
  • In case the source cluster becomes unavailable, you can activate the applications in the destination cluster.
info

Cluster-wide operators are not migrated as part of a DR migration if they are not installed in the same namespace as the applications you want to migrate (for example, in OpenShift, the operator installation defaults to the openshift-operators namespace). As a result, after migration, you will not be able to scale up or down your applications on the destination cluster using storkctl.

Perform the following steps to set up asynchronous DR:

Was this page helpful?