r9y-map


Project maintained by r9y-dev Hosted on GitHub Pages — Theme by mattgraham

Active Passive Clusters

An active-passive cluster is a high availability architecture in which one node is active (processing requests) and one or more nodes are passive (standby). If the active node fails, one of the passive nodes is automatically promoted to become the active node. This ensures that there is always a single active node in the cluster, which simplifies management and eliminates the need for complex failover procedures.

Benefits of active-passive clusters:

Examples of active-passive clusters:

Considerations for implementing active-passive clusters:

Tools and products for active-passive clusters:

Resources for active-passive clusters:

Related terms to active-passive clusters:

Other related terms:

Additional resources:

Prerequisites

Before you can implement active-passive clusters, you need to have the following in place:

Optional but recommended:

Additional resources:

What’s next?

After you have implemented active-passive clusters, there are a few things you can do to improve the reliability and performance of your cluster:

Additional considerations:

Additional resources: