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:\n    def __init__(self):\n        pass\n\n    def execute(self):\n        print('Executing Active–Active')