Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c44058e7
Commit
c44058e7
authored
Apr 12, 2021
by
Grant Young
Committed by
Achilleas Pipinellis
Apr 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update load balancer guidance in RA docs
parent
43310934
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
18 deletions
+34
-18
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+6
-3
doc/administration/reference_architectures/25k_users.md
doc/administration/reference_architectures/25k_users.md
+6
-3
doc/administration/reference_architectures/2k_users.md
doc/administration/reference_architectures/2k_users.md
+4
-3
doc/administration/reference_architectures/3k_users.md
doc/administration/reference_architectures/3k_users.md
+6
-3
doc/administration/reference_architectures/50k_users.md
doc/administration/reference_architectures/50k_users.md
+6
-3
doc/administration/reference_architectures/5k_users.md
doc/administration/reference_architectures/5k_users.md
+6
-3
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
c44058e7
...
...
@@ -214,11 +214,12 @@ The following list includes descriptions of each server and its assigned IP:
## Configure the external load balancer
In a
n active/activ
e GitLab configuration, you'll need a load balancer to route
In a
multi-nod
e GitLab configuration, you'll need a load balancer to route
traffic to the application servers. The specifics on which load balancer to use
or its exact configuration is beyond the scope of GitLab documentation. We
hop
e
or its exact configuration is beyond the scope of GitLab documentation. We
assum
e
that if you're managing multi-node systems like GitLab, you already have a load
balancer of choice. Some load balancer examples include HAProxy (open-source),
balancer of choice and that the routing methods used are distributing calls evenly
between all nodes. Some load balancer examples include HAProxy (open-source),
F5 Big-IP LTM, and Citrix Net Scaler. This documentation outline the ports and
protocols needed for use with GitLab.
...
...
@@ -391,6 +392,8 @@ backend praefect
```
Refer to your preferred Load Balancer's documentation for further guidance.
Also ensure that the routing methods used are distributing calls evenly across
all nodes.
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
...
...
doc/administration/reference_architectures/25k_users.md
View file @
c44058e7
...
...
@@ -212,11 +212,12 @@ The following list includes descriptions of each server and its assigned IP:
## Configure the external load balancer
In a
n active/activ
e GitLab configuration, you'll need a load balancer to route
In a
multi-nod
e GitLab configuration, you'll need a load balancer to route
traffic to the application servers. The specifics on which load balancer to use
or its exact configuration is beyond the scope of GitLab documentation. We
hop
e
or its exact configuration is beyond the scope of GitLab documentation. We
assum
e
that if you're managing multi-node systems like GitLab, you already have a load
balancer of choice. Some load balancer examples include HAProxy (open-source),
balancer of choice and that the routing methods used are distributing calls evenly
between all nodes. Some load balancer examples include HAProxy (open-source),
F5 Big-IP LTM, and Citrix Net Scaler. This documentation outline the ports and
protocols needed for use with GitLab.
...
...
@@ -389,6 +390,8 @@ backend praefect
```
Refer to your preferred Load Balancer's documentation for further guidance.
Also ensure that the routing methods used are distributing calls evenly across
all nodes.
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
...
...
doc/administration/reference_architectures/2k_users.md
View file @
c44058e7
...
...
@@ -93,11 +93,12 @@ To set up GitLab and its components to accommodate up to 2,000 users:
## Configure the external load balancer
In a
n active/activ
e GitLab configuration, you'll need a load balancer to route
In a
multi-nod
e GitLab configuration, you'll need a load balancer to route
traffic to the application servers. The specifics on which load balancer to use
or its exact configuration is beyond the scope of GitLab documentation. We
hop
e
or its exact configuration is beyond the scope of GitLab documentation. We
assum
e
that if you're managing multi-node systems like GitLab, you already have a load
balancer of choice. Some load balancer examples include HAProxy (open-source),
balancer of choice and that the routing methods used are distributing calls evenly
between all nodes. Some load balancer examples include HAProxy (open-source),
F5 Big-IP LTM, and Citrix Net Scaler. This documentation outline the ports and
protocols needed for use with GitLab.
...
...
doc/administration/reference_architectures/3k_users.md
View file @
c44058e7
...
...
@@ -212,11 +212,12 @@ The following list includes descriptions of each server and its assigned IP:
## Configure the external load balancer
In a
n active/activ
e GitLab configuration, you'll need a load balancer to route
In a
multi-nod
e GitLab configuration, you'll need a load balancer to route
traffic to the application servers. The specifics on which load balancer to use
or its exact configuration is beyond the scope of GitLab documentation. We
hop
e
or its exact configuration is beyond the scope of GitLab documentation. We
assum
e
that if you're managing multi-node systems like GitLab, you already have a load
balancer of choice. Some load balancer examples include HAProxy (open-source),
balancer of choice and that the routing methods used are distributing calls evenly
between all nodes. Some load balancer examples include HAProxy (open-source),
F5 Big-IP LTM, and Citrix Net Scaler. This documentation outline the ports and
protocols needed for use with GitLab.
...
...
@@ -389,6 +390,8 @@ backend praefect
```
Refer to your preferred Load Balancer's documentation for further guidance.
Also ensure that the routing methods used are distributing calls evenly across
all nodes.
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
...
...
doc/administration/reference_architectures/50k_users.md
View file @
c44058e7
...
...
@@ -219,11 +219,12 @@ The following list includes descriptions of each server and its assigned IP:
## Configure the external load balancer
In a
n active/activ
e GitLab configuration, you'll need a load balancer to route
In a
multi-nod
e GitLab configuration, you'll need a load balancer to route
traffic to the application servers. The specifics on which load balancer to use
or its exact configuration is beyond the scope of GitLab documentation. We
hop
e
or its exact configuration is beyond the scope of GitLab documentation. We
assum
e
that if you're managing multi-node systems like GitLab, you already have a load
balancer of choice. Some load balancer examples include HAProxy (open-source),
balancer of choice and that the routing methods used are distributing calls evenly
between all nodes. Some load balancer examples include HAProxy (open-source),
F5 Big-IP LTM, and Citrix Net Scaler. This documentation outline the ports and
protocols needed for use with GitLab.
...
...
@@ -396,6 +397,8 @@ backend praefect
```
Refer to your preferred Load Balancer's documentation for further guidance.
Also ensure that the routing methods used are distributing calls evenly across
all nodes.
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
...
...
doc/administration/reference_architectures/5k_users.md
View file @
c44058e7
...
...
@@ -205,11 +205,12 @@ The following list includes descriptions of each server and its assigned IP:
## Configure the external load balancer
In a
n active/activ
e GitLab configuration, you'll need a load balancer to route
In a
multi-nod
e GitLab configuration, you'll need a load balancer to route
traffic to the application servers. The specifics on which load balancer to use
or its exact configuration is beyond the scope of GitLab documentation. We
hop
e
or its exact configuration is beyond the scope of GitLab documentation. We
assum
e
that if you're managing multi-node systems like GitLab, you already have a load
balancer of choice. Some load balancer examples include HAProxy (open-source),
balancer of choice and that the routing methods used are distributing calls evenly
between all nodes. Some load balancer examples include HAProxy (open-source),
F5 Big-IP LTM, and Citrix Net Scaler. This documentation outline the ports and
protocols needed for use with GitLab.
...
...
@@ -382,6 +383,8 @@ backend praefect
```
Refer to your preferred Load Balancer's documentation for further guidance.
Also ensure that the routing methods used are distributing calls evenly across
all nodes.
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment