Skip to content
Snippets Groups Projects
Commit b10b6f96 authored by Drew Blessing's avatar Drew Blessing
Browse files

Add new HA diagrams [ci skip]

parent f68f837d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,6 +19,8 @@ Components/Servers Required:
 
- 2 servers/virtual machines (one active/one passive)
 
![Active/Passive HA Diagram](../img/high_availability/active-passive-diagram.png)
### Active/Active
 
This architecture scales easily because all application servers handle
Loading
Loading
@@ -26,6 +28,8 @@ user requests simultaneously. The database, Redis, and GitLab application are
all deployed on separate servers. The configuration is **only** highly-available
if the database, Redis and storage are also configured as such.
 
![Active/Active HA Diagram](../img/high_availability/active-active-diagram.png)
**Steps to configure active/active:**
 
1. [Configure the database](database.md)
Loading
Loading
doc/administration/img/high_availability/active-active-diagram.png

28.9 KiB

doc/administration/img/high_availability/active-passive-diagram.png

23.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment