Add new HA diagrams [ci skip]
This commit is contained in:
parent
f68f837d87
commit
b10b6f963d
3 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
@ -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)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue