LearningTech

Scaling

Active–Active

Description

A cluster of at least two nodes running the same kind of service simultaneously.

Where to use

  • High Availability.
  • \n
  • Load Balancing.

Real World Example

Two Load Balancers in different zones serving traffic at the same time.

Code Example

class Active–Active:
    def __init__(self):
        pass

    def execute(self):
        print('Executing Active–Active')