diff options
author | Drew Blessing <drew@gitlab.com> | 2016-05-25 11:30:11 -0500 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-05-25 11:35:00 -0500 |
commit | b10b6f963dd0d0da26e1750263e6b970b839ba0f (patch) | |
tree | c2d9d6c79212039ab9955035fc5788d01e851e37 /doc/administration/high_availability/README.md | |
parent | f68f837d87de8f2d90a7f6f5ab835cfadfb901d9 (diff) | |
download | gitlab-ce-b10b6f963dd0d0da26e1750263e6b970b839ba0f.tar.gz |
Add new HA diagrams [ci skip]
Diffstat (limited to 'doc/administration/high_availability/README.md')
-rw-r--r-- | doc/administration/high_availability/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/administration/high_availability/README.md b/doc/administration/high_availability/README.md index 43d85ffb775..d74a786ac24 100644 --- a/doc/administration/high_availability/README.md +++ b/doc/administration/high_availability/README.md @@ -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) |