debian-mirror-gitlab/doc/administration/reference_architectures/50k_users.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2468 lines
106 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
2022-07-23 23:45:48 +05:30
stage: Systems
2020-10-24 23:57:45 +05:30
group: Distribution
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-10-24 23:57:45 +05:30
---
2020-05-24 23:13:21 +05:30
2021-03-11 19:13:27 +05:30
# Reference architecture: up to 50,000 users **(PREMIUM SELF)**
2020-10-24 23:57:45 +05:30
This page describes GitLab reference architecture for up to 50,000 users. For a
full list of reference architectures, see
2020-05-24 23:13:21 +05:30
[Available reference architectures](index.md#available-reference-architectures).
> - **Supported users (approximate):** 50,000
2021-04-17 20:07:23 +05:30
> - **High Availability:** Yes ([Praefect](#configure-praefect-postgresql) needs a third-party PostgreSQL solution for HA)
2022-04-04 11:22:00 +05:30
> - **Estimated Costs:** [See cost table](index.md#cost-to-run)
2021-12-11 22:18:48 +05:30
> - **Cloud Native Hybrid Alternative:** [Yes](#cloud-native-hybrid-reference-architecture-with-helm-charts-alternative)
2022-06-21 17:19:12 +05:30
> - **Validation and test results:** The Quality Engineering team does [regular smoke and performance tests](index.md#validation-and-test-results) to ensure the reference architectures remain compliant
2021-12-11 22:18:48 +05:30
> - **Test requests per second (RPS) rates:** API: 1000 RPS, Web: 100 RPS, Git (Pull): 100 RPS, Git (Push): 20 RPS
> - **[Latest Results](https://gitlab.com/gitlab-org/quality/performance/-/wikis/Benchmarks/Latest/50k)**
2022-11-25 23:54:43 +05:30
> - **Unsure which Reference Architecture to use?** [Go to this guide for more info](index.md#deciding-which-architecture-to-use).
| Service | Nodes | Configuration | GCP | AWS |
|------------------------------------------|-------|-------------------------|------------------|---------------|
| External load balancing node<sup>3</sup> | 1 | 8 vCPU, 7.2 GB memory | `n1-highcpu-8` | `c5.2xlarge` |
| Consul<sup>1</sup> | 3 | 2 vCPU, 1.8 GB memory | `n1-highcpu-2` | `c5.large` |
| PostgreSQL<sup>1</sup> | 3 | 32 vCPU, 120 GB memory | `n1-standard-32` | `m5.8xlarge` |
| PgBouncer<sup>1</sup> | 3 | 2 vCPU, 1.8 GB memory | `n1-highcpu-2` | `c5.large` |
| Internal load balancing node<sup>3</sup> | 1 | 8 vCPU, 7.2 GB memory | `n1-highcpu-8` | `c5.2xlarge` |
| Redis/Sentinel - Cache<sup>2</sup> | 3 | 4 vCPU, 15 GB memory | `n1-standard-4` | `m5.xlarge` |
| Redis/Sentinel - Persistent<sup>2</sup> | 3 | 4 vCPU, 15 GB memory | `n1-standard-4` | `m5.xlarge` |
2023-01-13 00:05:48 +05:30
| Gitaly<sup>5 6</sup> | 3 | 64 vCPU, 240 GB memory | `n1-standard-64` | `m5.16xlarge` |
2022-11-25 23:54:43 +05:30
| Praefect<sup>5</sup> | 3 | 4 vCPU, 3.6 GB memory | `n1-highcpu-4` | `c5.xlarge` |
| Praefect PostgreSQL<sup>1</sup> | 1+ | 2 vCPU, 1.8 GB memory | `n1-highcpu-2` | `c5.large` |
2023-06-20 00:43:36 +05:30
| Sidekiq<sup>7</sup> | 4 | 4 vCPU, 15 GB memory | `n1-standard-4` | `m5.xlarge` |
| GitLab Rails<sup>7</sup> | 12 | 32 vCPU, 28.8 GB memory | `n1-highcpu-32` | `c5.9xlarge` |
2022-11-25 23:54:43 +05:30
| Monitoring node | 1 | 4 vCPU, 3.6 GB memory | `n1-highcpu-4` | `c5.xlarge` |
| Object storage<sup>4</sup> | - | - | - | - |
2021-09-04 01:27:46 +05:30
<!-- Disable ordered list rule https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md029---ordered-list-item-prefix -->
<!-- markdownlint-disable MD029 -->
2022-11-25 23:54:43 +05:30
1. Can be optionally run on reputable third-party external PaaS PostgreSQL solutions. See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
- [Google Cloud SQL](https://cloud.google.com/sql/docs/postgres/high-availability#normal) and [Amazon RDS](https://aws.amazon.com/rds/) are known to work.
2023-03-04 22:38:38 +05:30
- [Google AlloyDB](https://cloud.google.com/alloydb) and [Amazon RDS Multi-AZ DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) have not been tested and are not recommended. Both solutions are specifically not expected to work with GitLab Geo.
- Note that [Amazon RDS Multi-AZ DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZSingleStandby.html) is a separate product and is supported.
2022-11-25 23:54:43 +05:30
- [Amazon Aurora](https://aws.amazon.com/rds/aurora/) is **incompatible** with load balancing enabled by default in [14.4.0](../../update/index.md#1440).
- Consul is primarily used for Omnibus PostgreSQL high availability so can be ignored when using a PostgreSQL PaaS setup. However, Consul is also used optionally by Prometheus for Omnibus auto host discovery.
2. Can be optionally run on reputable third-party external PaaS Redis solutions. See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
- [Google Memorystore](https://cloud.google.com/memorystore) and [Amazon ElastiCache](https://aws.amazon.com/elasticache/) are known to work.
3. Can be optionally run on reputable third-party load balancing services (LB PaaS). See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
- [Google Cloud Load Balancing](https://cloud.google.com/load-balancing) and [Amazon Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/) are known to work.
2022-10-11 01:57:18 +05:30
4. Should be run on reputable Cloud Provider or Self Managed solutions. More information can be found in the [Configure the object storage](#configure-the-object-storage) section.
2022-06-21 17:19:12 +05:30
5. Gitaly Cluster provides the benefits of fault tolerance, but comes with additional complexity of setup and management. Review the existing [technical limitations and considerations before deploying Gitaly Cluster](../gitaly/index.md#before-deploying-gitaly-cluster). If you want sharded Gitaly, use the same specs listed above for `Gitaly`.
2023-04-23 21:23:45 +05:30
6. Gitaly has been designed and tested with repositories of varying sizes that follow best practices. However, large
repositories or monorepos that don't follow these practices can significantly impact Gitaly requirements. Refer to
[Large repositories](index.md#large-repositories) for more information.
2023-06-20 00:43:36 +05:30
7. Can be placed in Auto Scaling Groups (ASGs) as the component doesn't store any [stateful data](index.md#autoscaling-of-stateful-nodes).
However, for GitLab Rails certain processes like [migrations](#gitlab-rails-post-configuration) and [Mailroom](../incoming_email.md) should be run on only one node.
2021-09-04 01:27:46 +05:30
<!-- markdownlint-enable MD029 -->
2021-06-08 01:23:25 +05:30
NOTE:
2021-09-04 01:27:46 +05:30
For all PaaS solutions that involve configuring instances, it is strongly recommended to implement a minimum of three nodes in three different availability zones to align with resilient cloud architecture practices.
2021-04-17 20:07:23 +05:30
```plantuml
@startuml 50k
2022-01-26 12:08:38 +05:30
skinparam linetype ortho
2021-04-17 20:07:23 +05:30
card "**External Load Balancer**" as elb #6a9be7
card "**Internal Load Balancer**" as ilb #9370DB
together {
collections "**GitLab Rails** x12" as gitlab #32CD32
collections "**Sidekiq** x4" as sidekiq #ff8dd1
}
together {
card "**Prometheus + Grafana**" as monitor #7FFFD4
collections "**Consul** x3" as consul #e76a9b
}
card "Gitaly Cluster" as gitaly_cluster {
collections "**Praefect** x3" as praefect #FF8C00
collections "**Gitaly** x3" as gitaly #FF8C00
card "**Praefect PostgreSQL***\n//Non fault-tolerant//" as praefect_postgres #FF8C00
praefect -[#FF8C00]-> gitaly
praefect -[#FF8C00]> praefect_postgres
}
card "Database" as database {
collections "**PGBouncer** x3" as pgbouncer #4EA7FF
2022-01-26 12:08:38 +05:30
card "**PostgreSQL** //Primary//" as postgres_primary #4EA7FF
collections "**PostgreSQL** //Secondary// x2" as postgres_secondary #4EA7FF
2021-04-17 20:07:23 +05:30
pgbouncer -[#4EA7FF]-> postgres_primary
postgres_primary .[#4EA7FF]> postgres_secondary
}
card "redis" as redis {
collections "**Redis Persistent** x3" as redis_persistent #FF6347
collections "**Redis Cache** x3" as redis_cache #FF6347
2022-07-16 23:28:13 +05:30
2022-01-26 12:08:38 +05:30
redis_cache -[hidden]-> redis_persistent
2021-04-17 20:07:23 +05:30
}
cloud "**Object Storage**" as object_storage #white
elb -[#6a9be7]-> gitlab
2022-01-26 12:08:38 +05:30
elb -[#6a9be7,norank]--> monitor
2021-04-17 20:07:23 +05:30
2022-01-26 12:08:38 +05:30
gitlab -[#32CD32,norank]--> ilb
gitlab -[#32CD32]r-> object_storage
gitlab -[#32CD32]----> redis
gitlab .[#32CD32]----> database
2021-04-17 20:07:23 +05:30
gitlab -[hidden]-> monitor
gitlab -[hidden]-> consul
2022-01-26 12:08:38 +05:30
sidekiq -[#ff8dd1,norank]--> ilb
sidekiq -[#ff8dd1]r-> object_storage
sidekiq -[#ff8dd1]----> redis
sidekiq .[#ff8dd1]----> database
2021-04-17 20:07:23 +05:30
sidekiq -[hidden]-> monitor
sidekiq -[hidden]-> consul
2022-01-26 12:08:38 +05:30
ilb -[#9370DB]--> gitaly_cluster
ilb -[#9370DB]--> database
ilb -[hidden]--> redis
ilb -[hidden]u-> consul
ilb -[hidden]u-> monitor
2021-04-17 20:07:23 +05:30
consul .[#e76a9b]u-> gitlab
consul .[#e76a9b]u-> sidekiq
2022-01-26 12:08:38 +05:30
consul .[#e76a9b]r-> monitor
2021-04-17 20:07:23 +05:30
consul .[#e76a9b]-> database
consul .[#e76a9b]-> gitaly_cluster
consul .[#e76a9b,norank]--> redis
monitor .[#7FFFD4]u-> gitlab
monitor .[#7FFFD4]u-> sidekiq
monitor .[#7FFFD4]> consul
monitor .[#7FFFD4]-> database
monitor .[#7FFFD4]-> gitaly_cluster
monitor .[#7FFFD4,norank]--> redis
monitor .[#7FFFD4]> ilb
monitor .[#7FFFD4,norank]u--> elb
@enduml
2021-02-22 17:27:13 +05:30
```
2022-01-26 12:08:38 +05:30
## Requirements
2023-04-23 21:23:45 +05:30
Before starting, see the [requirements](index.md#requirements) for reference architectures.
2021-04-17 20:07:23 +05:30
2020-10-24 23:57:45 +05:30
## Setup components
To set up GitLab and its components to accommodate up to 50,000 users:
2021-04-17 20:07:23 +05:30
1. [Configure the external load balancer](#configure-the-external-load-balancer)
2021-01-03 14:25:43 +05:30
to handle the load balancing of the GitLab application services nodes.
2021-04-17 20:07:23 +05:30
1. [Configure the internal load balancer](#configure-the-internal-load-balancer).
2021-04-29 21:17:54 +05:30
to handle the load
2020-10-24 23:57:45 +05:30
1. [Configure Consul](#configure-consul).
1. [Configure PostgreSQL](#configure-postgresql), the database for GitLab.
1. [Configure PgBouncer](#configure-pgbouncer).
1. [Configure Redis](#configure-redis).
2021-04-17 20:07:23 +05:30
1. [Configure Gitaly Cluster](#configure-gitaly-cluster),
provides access to the Git repositories.
2020-10-24 23:57:45 +05:30
1. [Configure Sidekiq](#configure-sidekiq).
1. [Configure the main GitLab Rails application](#configure-gitlab-rails)
2021-09-04 01:27:46 +05:30
to run Puma, Workhorse, GitLab Shell, and to serve all frontend
2021-01-03 14:25:43 +05:30
requests (which include UI, API, and Git over HTTP/SSH).
1. [Configure Prometheus](#configure-prometheus) to monitor your GitLab
environment.
1. [Configure the object storage](#configure-the-object-storage)
2020-10-24 23:57:45 +05:30
used for shared data objects.
2023-05-27 22:25:52 +05:30
1. [Configure advanced search](#configure-advanced-search) (optional) for faster,
2021-01-03 14:25:43 +05:30
more advanced code search across your entire GitLab instance.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
The servers start on the same 10.6.0.0/24 private network range, and can
connect to each other freely on these addresses.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
The following list includes descriptions of each server and its assigned IP:
2020-10-24 23:57:45 +05:30
- `10.6.0.10`: External Load Balancer
- `10.6.0.11`: Consul 1
- `10.6.0.12`: Consul 2
- `10.6.0.13`: Consul 3
- `10.6.0.21`: PostgreSQL primary
- `10.6.0.22`: PostgreSQL secondary 1
- `10.6.0.23`: PostgreSQL secondary 2
- `10.6.0.31`: PgBouncer 1
- `10.6.0.32`: PgBouncer 2
- `10.6.0.33`: PgBouncer 3
- `10.6.0.40`: Internal Load Balancer
- `10.6.0.51`: Redis - Cache Primary
- `10.6.0.52`: Redis - Cache Replica 1
- `10.6.0.53`: Redis - Cache Replica 2
2021-11-18 22:05:49 +05:30
- `10.6.0.61`: Redis - Persistent Primary
- `10.6.0.62`: Redis - Persistent Replica 1
- `10.6.0.63`: Redis - Persistent Replica 2
2020-10-24 23:57:45 +05:30
- `10.6.0.91`: Gitaly 1
- `10.6.0.92`: Gitaly 2
2021-04-17 20:07:23 +05:30
- `10.6.0.93`: Gitaly 3
- `10.6.0.131`: Praefect 1
- `10.6.0.132`: Praefect 2
- `10.6.0.133`: Praefect 3
- `10.6.0.141`: Praefect PostgreSQL 1 (non HA)
2020-10-24 23:57:45 +05:30
- `10.6.0.101`: Sidekiq 1
- `10.6.0.102`: Sidekiq 2
- `10.6.0.103`: Sidekiq 3
- `10.6.0.104`: Sidekiq 4
- `10.6.0.111`: GitLab application 1
- `10.6.0.112`: GitLab application 2
- `10.6.0.113`: GitLab application 3
2021-04-17 20:07:23 +05:30
- `10.6.0.114`: GitLab application 4
- `10.6.0.115`: GitLab application 5
- `10.6.0.116`: GitLab application 6
- `10.6.0.117`: GitLab application 7
- `10.6.0.118`: GitLab application 8
- `10.6.0.119`: GitLab application 9
- `10.6.0.120`: GitLab application 10
- `10.6.0.121`: GitLab application 11
- `10.6.0.122`: GitLab application 12
- `10.6.0.151`: Prometheus
2020-10-24 23:57:45 +05:30
## Configure the external load balancer
2021-04-29 21:17:54 +05:30
In a multi-node GitLab configuration, you'll need a load balancer to route
2021-01-03 14:25:43 +05:30
traffic to the application servers. The specifics on which load balancer to use
2021-04-29 21:17:54 +05:30
or its exact configuration is beyond the scope of GitLab documentation. We assume
2021-01-03 14:25:43 +05:30
that if you're managing multi-node systems like GitLab, you already have a load
2023-01-13 00:05:48 +05:30
balancer of choice. Some load balancer examples include HAProxy (open-source),
2021-01-03 14:25:43 +05:30
F5 Big-IP LTM, and Citrix Net Scaler. This documentation outline the ports and
protocols needed for use with GitLab.
2020-10-24 23:57:45 +05:30
This architecture has been tested and validated with [HAProxy](https://www.haproxy.org/)
as the load balancer. Although other load balancers with similar feature sets
could also be used, those load balancers have not been validated.
2023-01-13 00:05:48 +05:30
### Balancing algorithm
2020-10-24 23:57:45 +05:30
2023-03-04 22:38:38 +05:30
You should use a least-connection load balancing algorithm or equivalent
wherever possible to ensure equal spread of calls to the nodes and good performance.
2020-10-24 23:57:45 +05:30
2023-01-13 00:05:48 +05:30
We don't recommend the use of round-robin algorithms as they are known to not
spread connections equally in practice.
2020-10-24 23:57:45 +05:30
2020-11-24 15:15:51 +05:30
### Readiness checks
Ensure the external load balancer only routes to working services with built
in monitoring endpoints. The [readiness checks](../../user/admin_area/monitoring/health_check.md)
2022-11-25 23:54:43 +05:30
all require [additional configuration](../monitoring/ip_allowlist.md)
2020-11-24 15:15:51 +05:30
on the nodes being checked, otherwise, the external load balancer will not be able to
connect.
2020-10-24 23:57:45 +05:30
### Ports
The basic ports to be used are shown in the table below.
| LB Port | Backend Port | Protocol |
| ------- | ------------ | ------------------------ |
| 80 | 80 | HTTP (*1*) |
| 443 | 443 | TCP or HTTPS (*1*) (*2*) |
| 22 | 22 | TCP |
2021-12-11 22:18:48 +05:30
- (*1*): [Web terminal](../../ci/environments/index.md#web-terminals-deprecated) support requires
2020-10-24 23:57:45 +05:30
your load balancer to correctly handle WebSocket connections. When using
HTTP or HTTPS proxying, this means your load balancer must be configured
to pass through the `Connection` and `Upgrade` hop-by-hop headers. See the
[web terminal](../integration/terminal.md) integration guide for
more details.
- (*2*): When using HTTPS protocol for port 443, you will need to add an SSL
certificate to the load balancers. If you wish to terminate SSL at the
GitLab application server instead, use TCP protocol.
If you're using GitLab Pages with custom domain support you will need some
additional port configurations.
GitLab Pages requires a separate virtual IP address. Configure DNS to point the
`pages_external_url` from `/etc/gitlab/gitlab.rb` at the new virtual IP address. See the
[GitLab Pages documentation](../pages/index.md) for more information.
| LB Port | Backend Port | Protocol |
| ------- | ------------- | --------- |
| 80 | Varies (*1*) | HTTP |
| 443 | Varies (*1*) | TCP (*2*) |
- (*1*): The backend port for GitLab Pages depends on the
`gitlab_pages['external_http']` and `gitlab_pages['external_https']`
setting. See [GitLab Pages documentation](../pages/index.md) for more details.
- (*2*): Port 443 for GitLab Pages should always use the TCP protocol. Users can
configure custom domains with custom SSL, which would not be possible
if SSL was terminated at the load balancer.
#### Alternate SSH Port
Some organizations have policies against opening SSH port 22. In this case,
it may be helpful to configure an alternate SSH hostname that allows users
to use SSH on port 443. An alternate SSH hostname will require a new virtual IP address
compared to the other GitLab HTTP configuration above.
Configure DNS for an alternate SSH hostname such as `altssh.gitlab.example.com`.
| LB Port | Backend Port | Protocol |
| ------- | ------------ | -------- |
| 443 | 22 | TCP |
2023-01-13 00:05:48 +05:30
### SSL
The next question is how you will handle SSL in your environment.
There are several different options:
- [The application node terminates SSL](#application-node-terminates-ssl).
- [The load balancer terminates SSL without backend SSL](#load-balancer-terminates-ssl-without-backend-ssl)
and communication is not secure between the load balancer and the application node.
- [The load balancer terminates SSL with backend SSL](#load-balancer-terminates-ssl-with-backend-ssl)
and communication is *secure* between the load balancer and the application node.
#### Application node terminates SSL
Configure your load balancer to pass connections on port 443 as `TCP` rather
than `HTTP(S)` protocol. This will pass the connection to the application node's
NGINX service untouched. NGINX will have the SSL certificate and listen on port 443.
2023-07-09 08:55:56 +05:30
See the [HTTPS documentation](https://docs.gitlab.com/omnibus/settings/ssl/index.html)
2023-01-13 00:05:48 +05:30
for details on managing SSL certificates and configuring NGINX.
#### Load balancer terminates SSL without backend SSL
Configure your load balancer to use the `HTTP(S)` protocol rather than `TCP`.
The load balancer will then be responsible for managing SSL certificates and
terminating SSL.
Since communication between the load balancer and GitLab will not be secure,
there is some additional configuration needed. See the
2023-07-09 08:55:56 +05:30
[proxied SSL documentation](https://docs.gitlab.com/omnibus/settings/ssl/index.html#configure-a-reverse-proxy-or-load-balancer-ssl-termination)
2023-01-13 00:05:48 +05:30
for details.
#### Load balancer terminates SSL with backend SSL
Configure your load balancers to use the 'HTTP(S)' protocol rather than 'TCP'.
The load balancers will be responsible for managing SSL certificates that
end users will see.
Traffic will also be secure between the load balancers and NGINX in this
scenario. There is no need to add configuration for proxied SSL since the
connection will be secure all the way. However, configuration will need to be
added to GitLab to configure SSL certificates. See
2023-07-09 08:55:56 +05:30
the [HTTPS documentation](https://docs.gitlab.com/omnibus/settings/ssl/index.html)
2023-01-13 00:05:48 +05:30
for details on managing SSL certificates and configuring NGINX.
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
2021-04-17 20:07:23 +05:30
## Configure the internal load balancer
The Internal Load Balancer is used to balance any internal connections the GitLab environment requires
such as connections to [PgBouncer](#configure-pgbouncer) and [Praefect](#configure-praefect) (Gitaly Cluster).
2021-10-27 15:23:28 +05:30
It's a separate node from the External Load Balancer and shouldn't have any access externally.
2021-04-17 20:07:23 +05:30
The following IP will be used as an example:
- `10.6.0.40`: Internal Load Balancer
Here's how you could do it with [HAProxy](https://www.haproxy.org/):
```plaintext
global
log /dev/log local0
log localhost local1 notice
log stdout format raw local0
defaults
log global
default-server inter 10s fall 3 rise 2
balance leastconn
frontend internal-pgbouncer-tcp-in
bind *:6432
mode tcp
option tcplog
default_backend pgbouncer
frontend internal-praefect-tcp-in
bind *:2305
mode tcp
option tcplog
option clitcpka
default_backend praefect
backend pgbouncer
mode tcp
option tcp-check
server pgbouncer1 10.6.0.21:6432 check
server pgbouncer2 10.6.0.22:6432 check
server pgbouncer3 10.6.0.23:6432 check
backend praefect
mode tcp
option tcp-check
option srvtcpka
server praefect1 10.6.0.131:2305 check
server praefect2 10.6.0.132:2305 check
server praefect3 10.6.0.133:2305 check
```
Refer to your preferred Load Balancer's documentation for further guidance.
2023-01-13 00:05:48 +05:30
### Balancing algorithm
We recommend that a least-connection load balancing algorithm or equivalent
is used wherever possible to ensure equal spread of calls to the nodes and good performance.
We don't recommend the use of round-robin algorithms as they are known to not
spread connections equally in practice.
2021-04-17 20:07:23 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
2020-10-24 23:57:45 +05:30
## Configure Consul
2023-06-20 00:43:36 +05:30
Next, we set up the Consul servers.
NOTE:
2023-07-09 08:55:56 +05:30
Consul must be deployed in an odd number of 3 nodes or more. This is to ensure the nodes can take votes as part of a quorum.
2023-06-20 00:43:36 +05:30
2020-10-24 23:57:45 +05:30
The following IPs will be used as an example:
- `10.6.0.11`: Consul 1
- `10.6.0.12`: Consul 2
- `10.6.0.13`: Consul 3
To configure Consul:
2021-01-03 14:25:43 +05:30
1. SSH in to the server that will host Consul.
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to both follow _only_ installation steps 1 and 2
on the page, and to select the correct Omnibus GitLab package, with the same version
and type (Community or Enterprise editions) as your current install.
2020-10-24 23:57:45 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and add the contents:
```ruby
2021-09-04 01:27:46 +05:30
roles(['consul_role'])
2020-10-24 23:57:45 +05:30
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
server: true,
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
# Set the network addresses that the exporters will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2020-10-24 23:57:45 +05:30
1. [Reconfigure Omnibus GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
2021-09-04 01:27:46 +05:30
2020-10-24 23:57:45 +05:30
1. Go through the steps again for all the other Consul nodes, and
make sure you set up the correct IPs.
2021-01-03 14:25:43 +05:30
A Consul leader is _elected_ when the provisioning of the third Consul server is
complete. Viewing the Consul logs `sudo gitlab-ctl tail consul` displays
`...[INFO] consul: New leader elected: ...`.
2020-10-24 23:57:45 +05:30
You can list the current Consul members (server, client):
```shell
sudo /opt/gitlab/embedded/bin/consul members
```
You can verify the GitLab services are running:
```shell
sudo gitlab-ctl status
```
The output should be similar to the following:
```plaintext
run: consul: (pid 30074) 76834s; run: log: (pid 29740) 76844s
run: logrotate: (pid 30925) 3041s; run: log: (pid 29649) 76861s
run: node-exporter: (pid 30093) 76833s; run: log: (pid 29663) 76855s
```
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
## Configure PostgreSQL
2022-01-26 12:08:38 +05:30
In this section, you'll be guided through configuring a highly available PostgreSQL
cluster to be used with GitLab.
2020-10-24 23:57:45 +05:30
### Provide your own PostgreSQL instance
If you're hosting GitLab on a cloud provider, you can optionally use a
2022-01-26 12:08:38 +05:30
managed service for PostgreSQL.
2022-11-25 23:54:43 +05:30
A reputable provider or solution should be used for this. [Google Cloud SQL](https://cloud.google.com/sql/docs/postgres/high-availability#normal) and [Amazon RDS](https://aws.amazon.com/rds/) are known to work. However, Amazon Aurora is **incompatible** with load balancing enabled by default in [14.4.0](../../update/index.md#1440). See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
2020-10-24 23:57:45 +05:30
If you use a cloud-managed service, or provide your own PostgreSQL:
1. Set up PostgreSQL according to the
[database requirements document](../../install/requirements.md#database).
1. Set up a `gitlab` username with a password of your choice. The `gitlab` user
needs privileges to create the `gitlabhq_production` database.
1. Configure the GitLab application servers with the appropriate details.
This step is covered in [Configuring the GitLab Rails application](#configure-gitlab-rails).
2022-01-26 12:08:38 +05:30
1. For improved performance, configuring [Database Load Balancing](../postgresql/database_load_balancing.md)
with multiple read replicas is recommended.
2020-10-24 23:57:45 +05:30
2020-11-24 15:15:51 +05:30
See [Configure GitLab using an external PostgreSQL service](../postgresql/external.md) for
further configuration steps.
2020-10-24 23:57:45 +05:30
### Standalone PostgreSQL using Omnibus GitLab
2022-01-26 12:08:38 +05:30
The recommended Omnibus GitLab configuration for a PostgreSQL cluster with
replication and failover requires:
- A minimum of three PostgreSQL nodes.
- A minimum of three Consul server nodes.
- A minimum of three PgBouncer nodes that track and handle primary database reads and writes.
- An [internal load balancer](#configure-the-internal-load-balancer) (TCP) to balance requests between the PgBouncer nodes.
- [Database Load Balancing](../postgresql/database_load_balancing.md) enabled.
A local PgBouncer service to be configured on each PostgreSQL node. Note that this is separate from the main PgBouncer cluster that tracks the primary.
2020-10-24 23:57:45 +05:30
The following IPs will be used as an example:
- `10.6.0.21`: PostgreSQL primary
- `10.6.0.22`: PostgreSQL secondary 1
- `10.6.0.23`: PostgreSQL secondary 2
First, make sure to [install](https://about.gitlab.com/install/)
the Linux GitLab package **on each node**. Following the steps,
install the necessary dependencies from step 1, and add the
GitLab package repository from step 2. When installing GitLab
in the second step, do not supply the `EXTERNAL_URL` value.
2021-03-08 18:12:59 +05:30
#### PostgreSQL nodes
2020-10-24 23:57:45 +05:30
2021-03-08 18:12:59 +05:30
1. SSH in to one of the PostgreSQL nodes.
2020-10-24 23:57:45 +05:30
1. Generate a password hash for the PostgreSQL username/password pair. This assumes you will use the default
username of `gitlab` (recommended). The command will request a password
and confirmation. Use the value that is output by this command in the next
step as the value of `<postgresql_password_hash>`:
```shell
sudo gitlab-ctl pg-password-md5 gitlab
```
1. Generate a password hash for the PgBouncer username/password pair. This assumes you will use the default
username of `pgbouncer` (recommended). The command will request a password
and confirmation. Use the value that is output by this command in the next
step as the value of `<pgbouncer_password_hash>`:
```shell
sudo gitlab-ctl pg-password-md5 pgbouncer
```
2021-09-04 01:27:46 +05:30
1. Generate a password hash for the PostgreSQL replication username/password pair. This assumes you will use the default
username of `gitlab_replicator` (recommended). The command will request a password
and a confirmation. Use the value that is output by this command in the next step
as the value of `<postgresql_replication_password_hash>`:
```shell
sudo gitlab-ctl pg-password-md5 gitlab_replicator
```
2020-10-24 23:57:45 +05:30
1. Generate a password hash for the Consul database username/password pair. This assumes you will use the default
username of `gitlab-consul` (recommended). The command will request a password
and confirmation. Use the value that is output by this command in the next
step as the value of `<consul_password_hash>`:
```shell
sudo gitlab-ctl pg-password-md5 gitlab-consul
```
2021-03-08 18:12:59 +05:30
1. On every database node, edit `/etc/gitlab/gitlab.rb` replacing values noted in the `# START user configuration` section:
2020-10-24 23:57:45 +05:30
```ruby
2022-01-26 12:08:38 +05:30
# Disable all components except Patroni, PgBouncer and Consul
roles(['patroni_role', 'pgbouncer_role'])
2020-10-24 23:57:45 +05:30
# PostgreSQL configuration
postgresql['listen_address'] = '0.0.0.0'
2021-03-08 18:12:59 +05:30
2021-09-04 01:27:46 +05:30
# Sets `max_replication_slots` to double the number of database nodes.
# Patroni uses one extra slot per node when initiating the replication.
2021-10-27 15:23:28 +05:30
patroni['postgresql']['max_replication_slots'] = 6
2021-09-04 01:27:46 +05:30
# Set `max_wal_senders` to one more than the number of replication slots in the cluster.
2021-03-08 18:12:59 +05:30
# This is used to prevent replication from using up all of the
# available database connections.
2021-10-27 15:23:28 +05:30
patroni['postgresql']['max_wal_senders'] = 7
2021-09-04 01:27:46 +05:30
2021-03-08 18:12:59 +05:30
# Incoming recommended value for max connections is 500. See https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5691.
patroni['postgresql']['max_connections'] = 500
2020-10-24 23:57:45 +05:30
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
# Configure the Consul agent
2021-03-08 18:12:59 +05:30
consul['enable'] = true
2020-10-24 23:57:45 +05:30
consul['services'] = %w(postgresql)
2021-03-08 18:12:59 +05:30
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
2020-10-24 23:57:45 +05:30
# START user configuration
# Please set the real values as explained in Required Information section
#
# Replace PGBOUNCER_PASSWORD_HASH with a generated md5 value
postgresql['pgbouncer_user_password'] = '<pgbouncer_password_hash>'
2021-09-04 01:27:46 +05:30
# Replace POSTGRESQL_REPLICATION_PASSWORD_HASH with a generated md5 value
postgresql['sql_replication_password'] = '<postgresql_replication_password_hash>'
2020-10-24 23:57:45 +05:30
# Replace POSTGRESQL_PASSWORD_HASH with a generated md5 value
postgresql['sql_user_password'] = '<postgresql_password_hash>'
2021-09-30 23:02:18 +05:30
# Set up basic authentication for the Patroni API (use the same username/password in all nodes).
patroni['username'] = '<patroni_api_username>'
patroni['password'] = '<patroni_api_password>'
2021-10-27 15:23:28 +05:30
# Replace 10.6.0.0/24 with Network Addresses for your other patroni nodes
patroni['allowlist'] = %w(10.6.0.0/24 127.0.0.1/32)
# Replace 10.6.0.0/24 with Network Address
2021-09-30 23:02:18 +05:30
postgresql['trust_auth_cidr_addresses'] = %w(10.6.0.0/24 127.0.0.1/32)
2020-10-24 23:57:45 +05:30
2022-01-26 12:08:38 +05:30
# Local PgBouncer service for Database Load Balancing
pgbouncer['databases'] = {
gitlabhq_production: {
host: "127.0.0.1",
user: "pgbouncer",
password: '<pgbouncer_password_hash>'
}
}
2020-10-24 23:57:45 +05:30
# Set the network addresses that the exporters will listen on for monitoring
node_exporter['listen_address'] = '0.0.0.0:9100'
postgres_exporter['listen_address'] = '0.0.0.0:9187'
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
#
# END user configuration
```
2021-03-08 18:12:59 +05:30
PostgreSQL, with Patroni managing its failover, will default to use `pg_rewind` by default to handle conflicts.
Like most failover handling methods, this has a small chance of leading to data loss.
2023-04-23 21:23:45 +05:30
For more information, see the various [Patroni replication methods](../postgresql/replication_and_failover.md#selecting-the-appropriate-patroni-replication-method).
2020-10-24 23:57:45 +05:30
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2020-10-24 23:57:45 +05:30
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
Advanced [configuration options](https://docs.gitlab.com/omnibus/settings/database.html)
are supported and can be added if needed.
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
#### PostgreSQL post-configuration
2021-09-04 01:27:46 +05:30
SSH in to any of the Patroni nodes on the **primary site**:
2020-10-24 23:57:45 +05:30
2021-03-08 18:12:59 +05:30
1. Check the status of the leader and cluster:
2020-10-24 23:57:45 +05:30
```shell
2021-03-08 18:12:59 +05:30
gitlab-ctl patroni members
2020-10-24 23:57:45 +05:30
```
The output should be similar to the following:
```plaintext
2021-03-08 18:12:59 +05:30
| Cluster | Member | Host | Role | State | TL | Lag in MB | Pending restart |
|---------------|-----------------------------------|-----------|--------|---------|-----|-----------|-----------------|
| postgresql-ha | <PostgreSQL primary hostname> | 10.6.0.21 | Leader | running | 175 | | * |
| postgresql-ha | <PostgreSQL secondary 1 hostname> | 10.6.0.22 | | running | 175 | 0 | * |
| postgresql-ha | <PostgreSQL secondary 2 hostname> | 10.6.0.23 | | running | 175 | 0 | * |
2020-10-24 23:57:45 +05:30
```
2021-03-08 18:12:59 +05:30
If the 'State' column for any node doesn't say "running", check the
2022-08-27 11:52:29 +05:30
[PostgreSQL replication and failover troubleshooting section](../postgresql/replication_and_failover.md#pgbouncer-error-error-pgbouncer-cannot-connect-to-server)
before proceeding.
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
2022-01-26 12:08:38 +05:30
### Configure PgBouncer
Now that the PostgreSQL servers are all set up, let's configure PgBouncer
for tracking and handling reads/writes to the primary database.
2020-10-24 23:57:45 +05:30
The following IPs will be used as an example:
- `10.6.0.31`: PgBouncer 1
- `10.6.0.32`: PgBouncer 2
- `10.6.0.33`: PgBouncer 3
1. On each PgBouncer node, edit `/etc/gitlab/gitlab.rb`, and replace
`<consul_password_hash>` and `<pgbouncer_password_hash>` with the
2021-03-08 18:12:59 +05:30
password hashes you [set up previously](#postgresql-nodes):
2020-10-24 23:57:45 +05:30
```ruby
# Disable all components except Pgbouncer and Consul agent
2021-09-04 01:27:46 +05:30
roles(['pgbouncer_role'])
2020-10-24 23:57:45 +05:30
# Configure PgBouncer
pgbouncer['admin_users'] = %w(pgbouncer gitlab-consul)
pgbouncer['users'] = {
2021-03-08 18:12:59 +05:30
'gitlab-consul': {
password: '<consul_password_hash>'
},
'pgbouncer': {
password: '<pgbouncer_password_hash>'
}
2020-10-24 23:57:45 +05:30
}
2021-03-08 18:12:59 +05:30
# Incoming recommended value for max db connections is 150. See https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5691.
pgbouncer['max_db_connections'] = 150
2020-10-24 23:57:45 +05:30
# Configure Consul agent
consul['watchers'] = %w(postgresql)
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13)
}
# Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
# Set the network addresses that the exporters will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2020-10-24 23:57:45 +05:30
1. [Reconfigure Omnibus GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
If an error `execute[generate databases.ini]` occurs, this is due to an existing
[known issue](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4713).
It will be resolved when you run a second `reconfigure` after the next step.
1. Create a `.pgpass` file so Consul is able to
reload PgBouncer. Enter the PgBouncer password twice when asked:
```shell
gitlab-ctl write-pgpass --host 127.0.0.1 --database pgbouncer --user pgbouncer --hostuser gitlab-consul
```
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) once again
to resolve any potential errors from the previous steps.
1. Ensure each node is talking to the current primary:
```shell
gitlab-ctl pgb-console # You will be prompted for PGBOUNCER_PASSWORD
```
1. Once the console prompt is available, run the following queries:
```shell
show databases ; show clients ;
```
The output should be similar to the following:
```plaintext
name | host | port | database | force_user | pool_size | reserve_pool | pool_mode | max_connections | current_connections
---------------------+-------------+------+---------------------+------------+-----------+--------------+-----------+-----------------+---------------------
gitlabhq_production | MASTER_HOST | 5432 | gitlabhq_production | | 20 | 0 | | 0 | 0
pgbouncer | | 6432 | pgbouncer | pgbouncer | 2 | 0 | statement | 0 | 0
(2 rows)
type | user | database | state | addr | port | local_addr | local_port | connect_time | request_time | ptr | link | remote_pid | tls
------+-----------+---------------------+---------+----------------+-------+------------+------------+---------------------+---------------------+-----------+------+------------+-----
C | pgbouncer | pgbouncer | active | 127.0.0.1 | 56846 | 127.0.0.1 | 6432 | 2017-08-21 18:09:59 | 2017-08-21 18:10:48 | 0x22b3880 | | 0 |
(2 rows)
```
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
## Configure Redis
Using [Redis](https://redis.io/) in scalable environment is possible using a **Primary** x **Replica**
2022-08-27 11:52:29 +05:30
topology with a [Redis Sentinel](https://redis.io/docs/manual/sentinel/) service to watch and automatically
2020-10-24 23:57:45 +05:30
start the failover procedure.
2023-06-20 00:43:36 +05:30
NOTE:
2023-07-09 08:55:56 +05:30
Redis clusters must each be deployed in an odd number of 3 nodes or more. This is to ensure Redis Sentinel can take votes as part of a quorum. This does not apply when configuring Redis externally, such as a cloud provider service.
2023-06-20 00:43:36 +05:30
2020-10-24 23:57:45 +05:30
Redis requires authentication if used with Sentinel. See
2022-08-27 11:52:29 +05:30
[Redis Security](https://redis.io/docs/manual/security/) documentation for more
2020-10-24 23:57:45 +05:30
information. We recommend using a combination of a Redis password and tight
firewall rules to secure your Redis service.
2022-08-27 11:52:29 +05:30
You are highly encouraged to read the [Redis Sentinel](https://redis.io/docs/manual/sentinel/) documentation
2020-10-24 23:57:45 +05:30
before configuring Redis with GitLab to fully understand the topology and
architecture.
The requirements for a Redis setup are the following:
1. All Redis nodes must be able to talk to each other and accept incoming
connections over Redis (`6379`) and Sentinel (`26379`) ports (unless you
change the default ones).
1. The server that hosts the GitLab application must be able to access the
Redis nodes.
1. Protect the nodes from access from external networks
([Internet](https://gitlab.com/gitlab-org/gitlab-foss/uploads/c4cc8cd353604bd80315f9384035ff9e/The_Internet_IT_Crowd.png)),
using a firewall.
In this section, you'll be guided through configuring two external Redis clusters
to be used with GitLab. The following IPs will be used as an example:
- `10.6.0.51`: Redis - Cache Primary
- `10.6.0.52`: Redis - Cache Replica 1
- `10.6.0.53`: Redis - Cache Replica 2
2021-11-18 22:05:49 +05:30
- `10.6.0.61`: Redis - Persistent Primary
- `10.6.0.62`: Redis - Persistent Replica 1
- `10.6.0.63`: Redis - Persistent Replica 2
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
### Providing your own Redis instance
Managed Redis from cloud providers (such as AWS ElastiCache) will work. If these
services support high availability, be sure it _isn't_ of the Redis Cluster type.
2023-07-09 08:55:56 +05:30
Because Omnibus GitLab packages ship with Redis 6.0 or later, Redis 6.0 or later is required. Older Redis versions have reached end-of-life.
2020-10-24 23:57:45 +05:30
Note the Redis node's IP address or hostname, port, and password (if required).
2021-01-03 14:25:43 +05:30
These will be necessary later when configuring the [GitLab application servers](#configure-gitlab-rails).
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
### Configure the Redis Cache cluster
2020-10-24 23:57:45 +05:30
This is the section where we install and set up the new Redis Cache instances.
2021-01-03 14:25:43 +05:30
Both the primary and replica Redis nodes need the same password defined in
`redis['password']`. At any time during a failover, the Sentinels can reconfigure
a node and change its status from primary to replica (and vice versa).
2020-10-24 23:57:45 +05:30
#### Configure the primary Redis Cache node
2021-01-03 14:25:43 +05:30
1. SSH in to the **Primary** Redis server.
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to both follow _only_ installation steps 1 and 2
on the page, and to select the correct Omnibus GitLab package, with the same version
and type (Community or Enterprise editions) as your current install.
2020-10-24 23:57:45 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and add the contents:
```ruby
2021-11-18 22:05:49 +05:30
# Specify server role as 'redis_master_role' with Sentinel and enable Consul agent
roles(['redis_sentinel_role', 'redis_master_role', 'consul_role'])
# Set IP bind address and Quorum number for Redis Sentinel service
sentinel['bind'] = '0.0.0.0'
sentinel['quorum'] = 2
2020-10-24 23:57:45 +05:30
# IP address pointing to a local IP that the other machines can reach to.
# You can also set bind to '0.0.0.0' which listen in all interfaces.
# If you really need to bind to an external accessible IP, make
# sure you add extra firewall rules to prevent unauthorized access.
redis['bind'] = '10.6.0.51'
# Define a port so Redis can listen for TCP requests which will allow other
# machines to connect to it.
redis['port'] = 6379
2021-11-18 22:05:49 +05:30
## Port of primary Redis server for Sentinel, uncomment to change to non default. Defaults
## to `6379`.
#redis['master_port'] = 6379
# Set up password authentication for Redis and replicas (use the same password in all nodes).
2020-10-24 23:57:45 +05:30
redis['password'] = 'REDIS_PRIMARY_PASSWORD_OF_FIRST_CLUSTER'
2021-11-18 22:05:49 +05:30
redis['master_password'] = 'REDIS_PRIMARY_PASSWORD_OF_FIRST_CLUSTER'
## Must be the same in every Redis node
redis['master_name'] = 'gitlab-redis-cache'
## The IP of this primary Redis node.
redis['master_ip'] = '10.6.0.51'
2020-10-24 23:57:45 +05:30
2021-01-29 00:20:46 +05:30
# Set the Redis Cache instance as an LRU
# 90% of available RAM in MB
redis['maxmemory'] = '13500mb'
redis['maxmemory_policy'] = "allkeys-lru"
redis['maxmemory_samples'] = 5
2020-10-24 23:57:45 +05:30
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
# Set the network addresses that the exporters will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
redis_exporter['listen_address'] = '0.0.0.0:9121'
2021-09-04 01:27:46 +05:30
redis_exporter['flags'] = {
'redis.addr' => 'redis://10.6.0.51:6379',
'redis.password' => 'redis-password-goes-here',
}
2021-09-30 23:02:18 +05:30
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2020-10-24 23:57:45 +05:30
1. [Reconfigure Omnibus GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
#### Configure the replica Redis Cache nodes
2021-01-03 14:25:43 +05:30
1. SSH in to the **replica** Redis server.
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to both follow _only_ installation steps 1 and 2
on the page, and to select the correct Omnibus GitLab package, with the same version
and type (Community or Enterprise editions) as your current install.
2022-01-26 12:08:38 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and add the same contents as the primary node in the previous section by replacing `redis_master_node` with `redis_replica_node`:
2020-10-24 23:57:45 +05:30
```ruby
2021-11-18 22:05:49 +05:30
# Specify server role as 'redis_replica_role' with Sentinel and enable Consul agent
roles(['roles_sentinel_role', 'redis_replica_role', 'consul_role'])
# Set IP bind address and Quorum number for Redis Sentinel service
sentinel['bind'] = '0.0.0.0'
sentinel['quorum'] = 2
2020-10-24 23:57:45 +05:30
# IP address pointing to a local IP that the other machines can reach to.
# You can also set bind to '0.0.0.0' which listen in all interfaces.
# If you really need to bind to an external accessible IP, make
# sure you add extra firewall rules to prevent unauthorized access.
redis['bind'] = '10.6.0.52'
# Define a port so Redis can listen for TCP requests which will allow other
# machines to connect to it.
redis['port'] = 6379
2021-11-18 22:05:49 +05:30
## Port of primary Redis server for Sentinel, uncomment to change to non default. Defaults
## to `6379`.
#redis['master_port'] = 6379
# Set up password authentication for Redis and replicas (use the same password in all nodes).
2020-10-24 23:57:45 +05:30
redis['password'] = 'REDIS_PRIMARY_PASSWORD_OF_FIRST_CLUSTER'
2021-11-18 22:05:49 +05:30
redis['master_password'] = 'REDIS_PRIMARY_PASSWORD_OF_FIRST_CLUSTER'
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
## Must be the same in every Redis node
redis['master_name'] = 'gitlab-redis-cache'
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
## The IP of the primary Redis node.
redis['master_ip'] = '10.6.0.51'
2020-10-24 23:57:45 +05:30
2021-01-29 00:20:46 +05:30
# Set the Redis Cache instance as an LRU
# 90% of available RAM in MB
redis['maxmemory'] = '13500mb'
redis['maxmemory_policy'] = "allkeys-lru"
redis['maxmemory_samples'] = 5
2020-10-24 23:57:45 +05:30
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
# Set the network addresses that the exporters will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
redis_exporter['listen_address'] = '0.0.0.0:9121'
2021-09-04 01:27:46 +05:30
redis_exporter['flags'] = {
'redis.addr' => 'redis://10.6.0.52:6379',
'redis.password' => 'redis-password-goes-here',
}
2020-10-24 23:57:45 +05:30
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
```
2021-11-18 22:05:49 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus
node you configured and add or replace the file of the same name on this
server. If this is the first Omnibus node you are configuring then you
can skip this step.
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
1. [Reconfigure Omnibus GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes
to take effect.
2021-09-04 01:27:46 +05:30
2021-11-18 22:05:49 +05:30
1. Go through the steps again for all the other replica nodes, and
2020-10-24 23:57:45 +05:30
make sure to set up the IPs correctly.
2021-11-18 22:05:49 +05:30
Advanced [configuration options](https://docs.gitlab.com/omnibus/settings/redis.html) are supported and can be added if needed.
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
2021-11-18 22:05:49 +05:30
### Configure the Redis Persistent cluster
2020-10-24 23:57:45 +05:30
This is the section where we install and set up the new Redis Queues instances.
2021-01-03 14:25:43 +05:30
Both the primary and replica Redis nodes need the same password defined in
`redis['password']`. At any time during a failover, the Sentinels can reconfigure
a node and change its status from primary to replica (and vice versa).
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
#### Configure the primary Redis Persistent node
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
1. SSH in to the **Primary** Redis server.
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to both follow _only_ installation steps 1 and 2
on the page, and to select the correct Omnibus GitLab package, with the same version
and type (Community or Enterprise editions) as your current install.
2020-10-24 23:57:45 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and add the contents:
```ruby
2021-11-18 22:05:49 +05:30
# Specify server roles as 'redis_master_role' with Sentinel and enable the Consul agent
roles ['redis_sentinel_role', 'redis_master_role', 'consul_role']
# Set IP bind address and Quorum number for Redis Sentinel service
sentinel['bind'] = '0.0.0.0'
sentinel['quorum'] = 2
2020-10-24 23:57:45 +05:30
# IP address pointing to a local IP that the other machines can reach to.
# You can also set bind to '0.0.0.0' which listen in all interfaces.
# If you really need to bind to an external accessible IP, make
# sure you add extra firewall rules to prevent unauthorized access.
redis['bind'] = '10.6.0.61'
# Define a port so Redis can listen for TCP requests which will allow other
# machines to connect to it.
redis['port'] = 6379
2021-11-18 22:05:49 +05:30
## Port of primary Redis server for Sentinel, uncomment to change to non default. Defaults
## to `6379`.
#redis['master_port'] = 6379
# Set up password authentication for Redis and replicas (use the same password in all nodes).
redis['password'] = 'REDIS_PRIMARY_PASSWORD_OF_FIRST_CLUSTER'
redis['master_password'] = 'REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER'
## Must be the same in every Redis node
redis['master_name'] = 'gitlab-redis-persistent'
## The IP of this primary Redis node.
redis['master_ip'] = '10.6.0.61'
2020-10-24 23:57:45 +05:30
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
# Set the network addresses that the exporters will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
redis_exporter['listen_address'] = '0.0.0.0:9121'
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2020-10-24 23:57:45 +05:30
1. [Reconfigure Omnibus GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
2021-11-18 22:05:49 +05:30
#### Configure the replica Redis Persistent nodes
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
1. SSH in to the **replica** Redis Persistent server.
2021-01-03 14:25:43 +05:30
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to both follow _only_ installation steps 1 and 2
on the page, and to select the correct Omnibus GitLab package, with the same version
and type (Community or Enterprise editions) as your current install.
2020-10-24 23:57:45 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and add the contents:
```ruby
2021-11-18 22:05:49 +05:30
# Specify server roles as 'redis_replica_role' with Sentinel and enable Consul agent
roles ['redis_sentinel_role', 'redis_replica_role', 'consul_role']
# Set IP bind address and Quorum number for Redis Sentinel service
sentinel['bind'] = '0.0.0.0'
sentinel['quorum'] = 2
2020-10-24 23:57:45 +05:30
# IP address pointing to a local IP that the other machines can reach to.
# You can also set bind to '0.0.0.0' which listen in all interfaces.
# If you really need to bind to an external accessible IP, make
# sure you add extra firewall rules to prevent unauthorized access.
redis['bind'] = '10.6.0.62'
# Define a port so Redis can listen for TCP requests which will allow other
# machines to connect to it.
redis['port'] = 6379
2021-11-18 22:05:49 +05:30
## Port of primary Redis server for Sentinel, uncomment to change to non default. Defaults
## to `6379`.
#redis['master_port'] = 6379
2020-10-24 23:57:45 +05:30
# The same password for Redis authentication you set up for the primary node.
redis['password'] = 'REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER'
2021-11-18 22:05:49 +05:30
redis['master_password'] = 'REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER'
## Must be the same in every Redis node
redis['master_name'] = 'gitlab-redis-persistent'
2020-10-24 23:57:45 +05:30
# The IP of the primary Redis node.
redis['master_ip'] = '10.6.0.61'
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
# Set the network addresses that the exporters will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
redis_exporter['listen_address'] = '0.0.0.0:9121'
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2020-10-24 23:57:45 +05:30
1. [Reconfigure Omnibus GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
2021-09-04 01:27:46 +05:30
2020-10-24 23:57:45 +05:30
1. Go through the steps again for all the other replica nodes, and
make sure to set up the IPs correctly.
2021-11-18 22:05:49 +05:30
Advanced [configuration options](https://docs.gitlab.com/omnibus/settings/redis.html) are supported and can be added if needed.
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
2021-04-17 20:07:23 +05:30
## Configure Gitaly Cluster
2020-10-24 23:57:45 +05:30
2023-04-23 21:23:45 +05:30
[Gitaly Cluster](../gitaly/praefect.md) is a GitLab-provided and recommended fault tolerant solution for storing Git
repositories. In this configuration, every Git repository is stored on every Gitaly node in the cluster, with one being
designated the primary, and failover occurs automatically if the primary node goes down.
2021-04-17 20:07:23 +05:30
2023-04-23 21:23:45 +05:30
Gitaly Cluster provides the benefits of fault tolerance, but comes with additional complexity of setup and management.
Review the existing [technical limitations and considerations before deploying Gitaly Cluster](../gitaly/index.md#before-deploying-gitaly-cluster).
For guidance on:
- Implementing sharded Gitaly instead, follow the [separate Gitaly documentation](../gitaly/configure_gitaly.md)
instead of this section. Use the same Gitaly specs.
- Migrating existing repositories that aren't managed by Gitaly Cluster, see
[migrate to Gitaly Cluster](../gitaly/index.md#migrate-to-gitaly-cluster).
2021-11-18 22:05:49 +05:30
2023-01-13 00:05:48 +05:30
NOTE:
Gitaly has been designed and tested with repositories of varying sizes that follow best practices.
However, large repositories or monorepos not following these practices can significantly
impact Gitaly performance and requirements.
2023-04-23 21:23:45 +05:30
Refer to [Large repositories](index.md#large-repositories) for more information.
2023-01-13 00:05:48 +05:30
2021-04-17 20:07:23 +05:30
The recommended cluster setup includes the following components:
- 3 Gitaly nodes: Replicated storage of Git repositories.
- 3 Praefect nodes: Router and transaction manager for Gitaly Cluster.
- 1 Praefect PostgreSQL node: Database server for Praefect. A third-party solution
is required for Praefect database connections to be made highly available.
- 1 load balancer: A load balancer is required for Praefect. The
2023-04-23 21:23:45 +05:30
[internal load balancer](#configure-the-internal-load-balancer) is used.
2021-04-17 20:07:23 +05:30
2023-04-23 21:23:45 +05:30
This section details how to configure the recommended standard setup in order.
2021-04-17 20:07:23 +05:30
For more advanced setups refer to the [standalone Gitaly Cluster documentation](../gitaly/praefect.md).
### Configure Praefect PostgreSQL
Praefect, the routing and transaction manager for Gitaly Cluster, requires its own database server to store data on Gitaly Cluster status.
If you want to have a highly available setup, Praefect requires a third-party PostgreSQL database.
2023-07-09 08:55:56 +05:30
A built-in solution is being [worked on](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7292).
2021-04-17 20:07:23 +05:30
#### Praefect non-HA PostgreSQL standalone using Omnibus GitLab
The following IPs will be used as an example:
- `10.6.0.141`: Praefect PostgreSQL
First, make sure to [install](https://about.gitlab.com/install/)
the Linux GitLab package in the Praefect PostgreSQL node. Following the steps,
install the necessary dependencies from step 1, and add the
GitLab package repository from step 2. When installing GitLab
in the second step, do not supply the `EXTERNAL_URL` value.
1. SSH in to the Praefect PostgreSQL node.
1. Create a strong password to be used for the Praefect PostgreSQL user. Take note of this password as `<praefect_postgresql_password>`.
1. Generate the password hash for the Praefect PostgreSQL username/password pair. This assumes you will use the default
username of `praefect` (recommended). The command will request the password `<praefect_postgresql_password>`
and confirmation. Use the value that is output by this command in the next
step as the value of `<praefect_postgresql_password_hash>`:
```shell
sudo gitlab-ctl pg-password-md5 praefect
```
1. Edit `/etc/gitlab/gitlab.rb` replacing values noted in the `# START user configuration` section:
```ruby
# Disable all components except PostgreSQL and Consul
2021-09-04 01:27:46 +05:30
roles(['postgres_role', 'consul_role'])
2021-04-17 20:07:23 +05:30
# PostgreSQL configuration
postgresql['listen_address'] = '0.0.0.0'
2023-03-04 22:38:38 +05:30
postgresql['max_connections'] = 500
2021-04-17 20:07:23 +05:30
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2021-04-17 20:07:23 +05:30
gitlab_rails['auto_migrate'] = false
# Configure the Consul agent
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
# START user configuration
# Please set the real values as explained in Required Information section
#
# Replace PRAEFECT_POSTGRESQL_PASSWORD_HASH with a generated md5 value
postgresql['sql_user_password'] = "<praefect_postgresql_password_hash>"
# Replace XXX.XXX.XXX.XXX/YY with Network Address
2021-09-30 23:02:18 +05:30
postgresql['trust_auth_cidr_addresses'] = %w(10.6.0.0/24 127.0.0.1/32)
2021-04-17 20:07:23 +05:30
# Set the network addresses that the exporters will listen on for monitoring
node_exporter['listen_address'] = '0.0.0.0:9100'
postgres_exporter['listen_address'] = '0.0.0.0:9187'
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
#
# END user configuration
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2021-04-17 20:07:23 +05:30
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
2021-09-04 01:27:46 +05:30
2021-04-17 20:07:23 +05:30
1. Follow the [post configuration](#praefect-postgresql-post-configuration).
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
#### Praefect HA PostgreSQL third-party solution
[As noted](#configure-praefect-postgresql), a third-party PostgreSQL solution for
Praefect's database is recommended if aiming for full High Availability.
There are many third-party solutions for PostgreSQL HA. The solution selected must have the following to work with Praefect:
- A static IP for all connections that doesn't change on failover.
- [`LISTEN`](https://www.postgresql.org/docs/12/sql-listen.html) SQL functionality must be supported.
2022-01-26 12:08:38 +05:30
NOTE:
With a third-party setup, it's possible to colocate Praefect's database on the same server as
the main [GitLab](#provide-your-own-postgresql-instance) database as a convenience unless
you are using Geo, where separate database instances are required for handling replication correctly.
In this setup, the specs of the main database setup shouldn't need to be changed as the impact should be
minimal.
2022-11-25 23:54:43 +05:30
A reputable provider or solution should be used for this. [Google Cloud SQL](https://cloud.google.com/sql/docs/postgres/high-availability#normal) and [Amazon RDS](https://aws.amazon.com/rds/) are known to work. However, Amazon Aurora is **incompatible** with load balancing enabled by default in [14.4.0](../../update/index.md#1440). See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
2022-01-26 12:08:38 +05:30
2021-04-17 20:07:23 +05:30
Examples of the above could include [Google's Cloud SQL](https://cloud.google.com/sql/docs/postgres/high-availability#normal) or [Amazon RDS](https://aws.amazon.com/rds/).
Once the database is set up, follow the [post configuration](#praefect-postgresql-post-configuration).
#### Praefect PostgreSQL post-configuration
After the Praefect PostgreSQL server has been set up, you'll then need to configure the user and database for Praefect to use.
We recommend the user be named `praefect` and the database `praefect_production`, and these can be configured as standard in PostgreSQL.
The password for the user is the same as the one you configured earlier as `<praefect_postgresql_password>`.
2021-01-29 00:20:46 +05:30
2021-04-17 20:07:23 +05:30
This is how this would work with a Omnibus GitLab PostgreSQL setup:
1. SSH in to the Praefect PostgreSQL node.
1. Connect to the PostgreSQL server with administrative access.
The `gitlab-psql` user should be used here for this as it's added by default in Omnibus.
The database `template1` is used because it is created by default on all PostgreSQL servers.
```shell
/opt/gitlab/embedded/bin/psql -U gitlab-psql -d template1 -h POSTGRESQL_SERVER_ADDRESS
```
1. Create the new user `praefect`, replacing `<praefect_postgresql_password>`:
```shell
CREATE ROLE praefect WITH LOGIN CREATEDB PASSWORD <praefect_postgresql_password>;
```
1. Reconnect to the PostgreSQL server, this time as the `praefect` user:
```shell
/opt/gitlab/embedded/bin/psql -U praefect -d template1 -h POSTGRESQL_SERVER_ADDRESS
```
1. Create a new database `praefect_production`:
```shell
CREATE DATABASE praefect_production WITH ENCODING=UTF8;
```
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
### Configure Praefect
Praefect is the router and transaction manager for Gitaly Cluster and all connections to Gitaly go through
it. This section details how to configure it.
2023-06-20 00:43:36 +05:30
NOTE:
2023-07-09 08:55:56 +05:30
Praefect must be deployed in an odd number of 3 nodes or later. This is to ensure the nodes can take votes as part of a quorum.
2023-06-20 00:43:36 +05:30
2021-04-17 20:07:23 +05:30
Praefect requires several secret tokens to secure communications across the Cluster:
- `<praefect_external_token>`: Used for repositories hosted on your Gitaly cluster and can only be accessed by Gitaly clients that carry this token.
- `<praefect_internal_token>`: Used for replication traffic inside your Gitaly cluster. This is distinct from `praefect_external_token` because Gitaly clients must not be able to access internal nodes of the Praefect cluster directly; that could lead to data loss.
- `<praefect_postgresql_password>`: The Praefect PostgreSQL password defined in the previous section is also required as part of this setup.
Gitaly Cluster nodes are configured in Praefect via a `virtual storage`. Each storage contains
the details of each Gitaly node that makes up the cluster. Each storage is also given a name
2021-04-29 21:17:54 +05:30
and this name is used in several areas of the configuration. In this guide, the name of the storage will be
2021-04-17 20:07:23 +05:30
`default`. Also, this guide is geared towards new installs, if upgrading an existing environment
to use Gitaly Cluster, you may need to use a different name.
2021-11-18 22:05:49 +05:30
Refer to the [Praefect documentation](../gitaly/praefect.md#praefect) for more information.
2021-04-17 20:07:23 +05:30
The following IPs will be used as an example:
- `10.6.0.131`: Praefect 1
- `10.6.0.132`: Praefect 2
- `10.6.0.133`: Praefect 3
To configure the Praefect nodes, on each one:
1. SSH in to the Praefect server.
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to follow _only_ installation steps 1 and 2
on the page.
1. Edit the `/etc/gitlab/gitlab.rb` file to configure Praefect:
2022-08-13 15:12:31 +05:30
NOTE:
You can't remove the `default` entry from `virtual_storages` because [GitLab requires it](../gitaly/configure_gitaly.md#gitlab-requires-a-default-repository-storage).
2022-07-16 23:28:13 +05:30
<!--
Updates to example must be made at:
- https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/administration/gitaly/praefect.md
- all reference architecture pages
-->
2021-04-17 20:07:23 +05:30
```ruby
2021-09-04 01:27:46 +05:30
# Avoid running unnecessary services on the Praefect server
gitaly['enable'] = false
2021-04-17 20:07:23 +05:30
postgresql['enable'] = false
redis['enable'] = false
2022-07-16 23:28:13 +05:30
nginx['enable'] = false
2021-04-17 20:07:23 +05:30
puma['enable'] = false
sidekiq['enable'] = false
gitlab_workhorse['enable'] = false
prometheus['enable'] = false
2021-09-04 01:27:46 +05:30
alertmanager['enable'] = false
grafana['enable'] = false
gitlab_exporter['enable'] = false
2022-05-07 20:08:51 +05:30
gitlab_kas['enable'] = false
2021-04-17 20:07:23 +05:30
# Praefect Configuration
praefect['enable'] = true
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
praefect['auto_migrate'] = false
2021-04-17 20:07:23 +05:30
gitlab_rails['auto_migrate'] = false
# Configure the Consul agent
consul['enable'] = true
## Enable service discovery for Prometheus
2023-05-27 22:25:52 +05:30
consul['monitoring_service_discovery'] = true
2021-04-17 20:07:23 +05:30
# START user configuration
# Please set the real values as explained in Required Information section
#
2023-05-27 22:25:52 +05:30
praefect['configuration'] = {
# ...
listen_addr: '0.0.0.0:2305',
auth: {
# ...
#
# Praefect External Token
# This is needed by clients outside the cluster (like GitLab Shell) to communicate with the Praefect cluster
token: '<praefect_external_token>',
},
# Praefect Database Settings
database: {
# ...
host: '10.6.0.141',
port: 5432,
# `no_proxy` settings must always be a direct connection for caching
session_pooled: {
# ...
host: '10.6.0.141',
port: 5432,
dbname: 'praefect_production',
user: 'praefect',
password: '<praefect_postgresql_password>',
},
},
# Praefect Virtual Storage config
# Name of storage hash must match storage name in git_data_dirs on GitLab
# server ('praefect') and in gitaly['configuration'][:storage] on Gitaly nodes ('gitaly-1')
virtual_storage: [
{
# ...
name: 'default',
node: [
{
storage: 'gitaly-1',
address: 'tcp://10.6.0.91:8075',
token: '<praefect_internal_token>'
},
{
storage: 'gitaly-2',
address: 'tcp://10.6.0.92:8075',
token: '<praefect_internal_token>'
},
{
storage: 'gitaly-3',
address: 'tcp://10.6.0.93:8075',
token: '<praefect_internal_token>'
},
],
2021-09-04 01:27:46 +05:30
},
2023-05-27 22:25:52 +05:30
],
# Set the network address Praefect will listen on for monitoring
prometheus_listen_addr: '0.0.0.0:9652',
2021-04-17 20:07:23 +05:30
}
2023-05-27 22:25:52 +05:30
# Set the network address the node exporter will listen on for monitoring
2021-04-17 20:07:23 +05:30
node_exporter['listen_address'] = '0.0.0.0:9100'
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
#
# END user configuration
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2021-04-17 20:07:23 +05:30
2021-09-04 01:27:46 +05:30
1. Praefect requires to run some database migrations, much like the main GitLab application. For this
you should select **one Praefect node only to run the migrations**, AKA the _Deploy Node_. This node
must be configured first before the others as follows:
2021-09-30 23:02:18 +05:30
2021-09-04 01:27:46 +05:30
1. In the `/etc/gitlab/gitlab.rb` file, change the `praefect['auto_migrate']` setting value from `false` to `true`
1. To ensure database migrations are only run during reconfigure and not automatically on upgrade, run:
```shell
sudo touch /etc/gitlab/skip-auto-reconfigure
```
2021-09-30 23:02:18 +05:30
2021-09-04 01:27:46 +05:30
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect and
to run the Praefect database migrations.
1. On all other Praefect nodes, [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
2021-04-17 20:07:23 +05:30
### Configure Gitaly
The [Gitaly](../gitaly/index.md) server nodes that make up the cluster have
2022-06-21 17:19:12 +05:30
requirements that are dependent on data and load.
NOTE:
2023-01-13 00:05:48 +05:30
Increased specs for Gitaly nodes may be required in some circumstances such as
2023-04-23 21:23:45 +05:30
significantly large repositories or if any [additional workloads](index.md#additional-workloads),
2023-01-13 00:05:48 +05:30
such as [server hooks](../server_hooks.md), have been added.
NOTE:
Gitaly has been designed and tested with repositories of varying sizes that follow best practices.
However, large repositories or monorepos not following these practices can significantly
impact Gitaly performance and requirements.
2023-04-23 21:23:45 +05:30
Refer to [Large repositories](index.md#large-repositories) for more information.
2021-01-03 14:25:43 +05:30
Due to Gitaly having notable input and output requirements, we strongly
2021-02-22 17:27:13 +05:30
recommend that all Gitaly nodes use solid-state drives (SSDs). These SSDs
should have a throughput of at least 8,000
input/output operations per second (IOPS) for read operations and 2,000 IOPS for
2023-06-20 00:43:36 +05:30
write operations. If you're running the environment on a Cloud provider,
2021-02-22 17:27:13 +05:30
refer to their documentation about how to configure IOPS correctly.
2021-01-03 14:25:43 +05:30
2021-04-17 20:07:23 +05:30
Gitaly servers must not be exposed to the public internet, as Gitaly's network
traffic is unencrypted by default. The use of a firewall is highly recommended
to restrict access to the Gitaly server. Another option is to
[use TLS](#gitaly-cluster-tls-support).
2021-01-03 14:25:43 +05:30
2021-04-17 20:07:23 +05:30
For configuring Gitaly you should note the following:
2020-10-24 23:57:45 +05:30
2023-05-27 22:25:52 +05:30
- `gitaly['configuration'][:storage]` should be configured to reflect the storage path for the specific Gitaly node
2021-04-17 20:07:23 +05:30
- `auth_token` should be the same as `praefect_internal_token`
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
The following IPs will be used as an example:
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
- `10.6.0.91`: Gitaly 1
- `10.6.0.92`: Gitaly 2
- `10.6.0.93`: Gitaly 3
2020-10-24 23:57:45 +05:30
On each node:
2021-01-03 14:25:43 +05:30
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to follow _only_ installation steps 1 and 2
on the page, and _do not_ provide the `EXTERNAL_URL` value.
2021-02-22 17:27:13 +05:30
1. Edit the Gitaly server node's `/etc/gitlab/gitlab.rb` file to configure
storage paths, enable the network listener, and to configure the token:
2020-10-24 23:57:45 +05:30
2022-07-16 23:28:13 +05:30
<!--
Updates to example must be made at:
- https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/advanced/external-gitaly/external-omnibus-gitaly.md#configure-omnibus-gitlab
- https://gitlab.com/gitlab-org/gitlab/blob/master/doc/administration/gitaly/index.md#gitaly-server-configuration
- all reference architecture pages
-->
2020-10-24 23:57:45 +05:30
```ruby
# Avoid running unnecessary services on the Gitaly server
postgresql['enable'] = false
redis['enable'] = false
2022-07-16 23:28:13 +05:30
nginx['enable'] = false
2020-10-24 23:57:45 +05:30
puma['enable'] = false
sidekiq['enable'] = false
gitlab_workhorse['enable'] = false
prometheus['enable'] = false
2021-09-04 01:27:46 +05:30
alertmanager['enable'] = false
grafana['enable'] = false
gitlab_exporter['enable'] = false
2022-05-07 20:08:51 +05:30
gitlab_kas['enable'] = false
2020-10-24 23:57:45 +05:30
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
# Configure the gitlab-shell API callback URL. Without this, `git push` will
# fail. This can be your 'front door' GitLab URL or an internal load
# balancer.
gitlab_rails['internal_api_url'] = 'https://gitlab.example.com'
2021-09-30 23:02:18 +05:30
# Gitaly
2021-09-04 01:27:46 +05:30
gitaly['enable'] = true
2022-06-21 17:19:12 +05:30
# Configure the Consul agent
consul['enable'] = true
## Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
# START user configuration
# Please set the real values as explained in Required Information section
#
## The IPs of the Consul server nodes
## You can also use FQDNs and intermix them with IPs
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13),
}
2023-05-27 22:25:52 +05:30
# Set the network address that the node exporter will listen on for monitoring
2022-06-21 17:19:12 +05:30
node_exporter['listen_address'] = '0.0.0.0:9100'
2023-05-27 22:25:52 +05:30
gitaly['configuration'] = {
# Make Gitaly accept connections on all network interfaces. You must use
# firewalls to restrict access to this address/port.
# Comment out following line if you only want to support TLS connections
listen_addr: '0.0.0.0:8075',
# Set the network address that Gitaly will listen on for monitoring
prometheus_listen_addr: '0.0.0.0:9236',
auth: {
# Gitaly Auth Token
# Should be the same as praefect_internal_token
token: '<praefect_internal_token>',
},
pack_objects_cache: {
# Gitaly Pack-objects cache
# Recommended to be enabled for improved performance but can notably increase disk I/O
# Refer to https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html#pack-objects-cache for more info
enabled: true,
},
}
2022-06-21 17:19:12 +05:30
#
# END user configuration
2020-10-24 23:57:45 +05:30
```
1. Append the following to `/etc/gitlab/gitlab.rb` for each respective server:
2021-04-17 20:07:23 +05:30
- On Gitaly node 1:
2021-01-03 14:25:43 +05:30
```ruby
2023-05-27 22:25:52 +05:30
gitaly['configuration'] = {
# ...
storage: [
{
name: 'gitaly-1',
path: '/var/opt/gitlab/git-data',
},
],
}
2021-01-03 14:25:43 +05:30
```
2021-04-17 20:07:23 +05:30
- On Gitaly node 2:
2021-01-03 14:25:43 +05:30
```ruby
2023-05-27 22:25:52 +05:30
gitaly['configuration'] = {
# ...
storage: [
{
name: 'gitaly-2',
path: '/var/opt/gitlab/git-data',
},
],
}
2021-01-03 14:25:43 +05:30
```
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
- On Gitaly node 3:
```ruby
2023-05-27 22:25:52 +05:30
gitaly['configuration'] = {
# ...
storage: [
{
name: 'gitaly-3',
path: '/var/opt/gitlab/git-data',
},
],
}
2021-04-17 20:07:23 +05:30
```
2020-10-24 23:57:45 +05:30
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
1. Save the file, and then [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure).
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
### Gitaly Cluster TLS support
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
Praefect supports TLS encryption. To communicate with a Praefect instance that listens
for secure connections, you must:
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
- Use a `tls://` URL scheme in the `gitaly_address` of the corresponding storage entry
in the GitLab configuration.
- Bring your own certificates because this isn't provided automatically. The certificate
corresponding to each Praefect server must be installed on that Praefect server.
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
Additionally the certificate, or its certificate authority, must be installed on all Gitaly servers
and on all Praefect clients that communicate with it following the procedure described in
2023-07-09 08:55:56 +05:30
[GitLab custom certificate configuration](https://docs.gitlab.com/omnibus/settings/ssl/index.html#install-custom-public-certificates) (and repeated below).
2021-04-17 20:07:23 +05:30
Note the following:
2020-10-24 23:57:45 +05:30
2022-07-23 23:45:48 +05:30
- The certificate must specify the address you use to access the Praefect server. You must add the hostname or IP
address as a Subject Alternative Name to the certificate.
2021-04-17 20:07:23 +05:30
- You can configure Praefect servers with both an unencrypted listening address
`listen_addr` and an encrypted listening address `tls_listen_addr` at the same time.
This allows you to do a gradual transition from unencrypted to encrypted traffic, if
2023-05-27 22:25:52 +05:30
necessary. To disable the unencrypted listener, set `praefect['configuration'][:listen_addr] = nil`.
2021-04-17 20:07:23 +05:30
- The Internal Load Balancer will also access to the certificates and need to be configured
to allow for TLS passthrough.
Refer to the load balancers documentation on how to configure this.
To configure Praefect with TLS:
1. Create certificates for Praefect servers.
1. On the Praefect servers, create the `/etc/gitlab/ssl` directory and copy your key
and certificate there:
2020-10-24 23:57:45 +05:30
```shell
sudo mkdir -p /etc/gitlab/ssl
sudo chmod 755 /etc/gitlab/ssl
sudo cp key.pem cert.pem /etc/gitlab/ssl/
sudo chmod 644 key.pem cert.pem
```
2021-04-17 20:07:23 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and add:
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
```ruby
2023-05-27 22:25:52 +05:30
praefect['configuration'] = {
# ...
tls_listen_addr: '0.0.0.0:3305',
tls: {
# ...
certificate_path: '/etc/gitlab/ssl/cert.pem',
key_path: '/etc/gitlab/ssl/key.pem',
},
}
2020-10-24 23:57:45 +05:30
```
2021-04-17 20:07:23 +05:30
1. Save the file and [reconfigure](../restart_gitlab.md#omnibus-gitlab-reconfigure).
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
1. On the Praefect clients (including each Gitaly server), copy the certificates,
or their certificate authority, into `/etc/gitlab/trusted-certs`:
2020-10-24 23:57:45 +05:30
2021-04-17 20:07:23 +05:30
```shell
sudo cp cert.pem /etc/gitlab/trusted-certs/
2020-10-24 23:57:45 +05:30
```
2021-04-17 20:07:23 +05:30
1. On the Praefect clients (except Gitaly servers), edit `git_data_dirs` in
`/etc/gitlab/gitlab.rb` as follows:
```ruby
git_data_dirs({
"default" => {
2022-05-07 20:08:51 +05:30
"gitaly_address" => 'tls://LOAD_BALANCER_SERVER_ADDRESS:3305',
2021-04-17 20:07:23 +05:30
"gitaly_token" => 'PRAEFECT_EXTERNAL_TOKEN'
}
})
```
2020-10-24 23:57:45 +05:30
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure).
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
## Configure Sidekiq
2021-03-11 19:13:27 +05:30
Sidekiq requires connection to the [Redis](#configure-redis),
[PostgreSQL](#configure-postgresql) and [Gitaly](#configure-gitaly) instances.
2023-04-23 21:23:45 +05:30
It also requires a connection to [Object Storage](#configure-the-object-storage) as recommended.
NOTE:
[Because it's recommended to use Object storage](../object_storage.md) instead of NFS for data objects, the following
2023-03-04 22:38:38 +05:30
examples include the Object storage configuration.
2020-10-24 23:57:45 +05:30
- `10.6.0.101`: Sidekiq 1
- `10.6.0.102`: Sidekiq 2
- `10.6.0.103`: Sidekiq 3
- `10.6.0.104`: Sidekiq 4
To configure the Sidekiq nodes, on each one:
2021-01-03 14:25:43 +05:30
1. SSH in to the Sidekiq server.
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to follow _only_ installation steps 1 and 2
on the page.
2021-11-18 22:05:49 +05:30
1. Create or edit `/etc/gitlab/gitlab.rb` and use the following configuration:
2020-10-24 23:57:45 +05:30
2022-07-16 23:28:13 +05:30
<!--
Updates to example must be made at:
- https://gitlab.com/gitlab-org/gitlab/blob/master/doc/administration/sidekiq.md
- all reference architecture pages
-->
2020-10-24 23:57:45 +05:30
```ruby
2021-09-04 01:27:46 +05:30
# Avoid running unnecessary services on the Sidekiq server
2020-10-24 23:57:45 +05:30
gitaly['enable'] = false
postgresql['enable'] = false
redis['enable'] = false
2022-07-16 23:28:13 +05:30
nginx['enable'] = false
2021-09-04 01:27:46 +05:30
puma['enable'] = false
gitlab_workhorse['enable'] = false
prometheus['enable'] = false
alertmanager['enable'] = false
grafana['enable'] = false
2020-10-24 23:57:45 +05:30
gitlab_exporter['enable'] = false
2022-05-07 20:08:51 +05:30
gitlab_kas['enable'] = false
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
# External URL
## This should match the URL of the external load balancer
external_url 'https://gitlab.example.com'
2021-09-04 01:27:46 +05:30
# Redis
2020-10-24 23:57:45 +05:30
## Redis connection details
2023-05-27 22:25:52 +05:30
## First cluster that will host the cache data
2020-10-24 23:57:45 +05:30
gitlab_rails['redis_cache_instance'] = 'redis://:<REDIS_PRIMARY_PASSWORD_OF_FIRST_CLUSTER>@gitlab-redis-cache'
gitlab_rails['redis_cache_sentinels'] = [
2021-11-18 22:05:49 +05:30
{host: '10.6.0.51', port: 26379},
{host: '10.6.0.52', port: 26379},
{host: '10.6.0.53', port: 26379},
2020-10-24 23:57:45 +05:30
]
2023-05-27 22:25:52 +05:30
## Second cluster that hosts all other persistent data
redis['master_name'] = 'gitlab-redis-persistent'
redis['master_password'] = '<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>'
2020-10-24 23:57:45 +05:30
2023-05-27 22:25:52 +05:30
gitlab_rails['redis_sentinels'] = [
2021-11-18 22:05:49 +05:30
{host: '10.6.0.61', port: 26379},
{host: '10.6.0.62', port: 26379},
{host: '10.6.0.63', port: 26379},
2020-10-24 23:57:45 +05:30
]
2021-09-04 01:27:46 +05:30
# Gitaly
2021-04-17 20:07:23 +05:30
# git_data_dirs get configured for the Praefect virtual storage
# Address is Internal Load Balancer for Praefect
# Token is praefect_external_token
2020-10-24 23:57:45 +05:30
git_data_dirs({
2021-04-17 20:07:23 +05:30
"default" => {
"gitaly_address" => "tcp://10.6.0.40:2305", # internal load balancer IP
"gitaly_token" => '<praefect_external_token>'
}
2020-10-24 23:57:45 +05:30
})
2021-09-04 01:27:46 +05:30
# PostgreSQL
2020-10-24 23:57:45 +05:30
gitlab_rails['db_host'] = '10.6.0.20' # internal load balancer IP
gitlab_rails['db_port'] = 6432
gitlab_rails['db_password'] = '<postgresql_user_password>'
2022-01-26 12:08:38 +05:30
gitlab_rails['db_load_balancing'] = { 'hosts' => ['10.6.0.21', '10.6.0.22', '10.6.0.23'] } # PostgreSQL IPs
2021-09-04 01:27:46 +05:30
## Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
2021-09-04 01:27:46 +05:30
# Sidekiq
sidekiq['enable'] = true
2020-10-24 23:57:45 +05:30
sidekiq['listen_address'] = "0.0.0.0"
2021-06-08 01:23:25 +05:30
2021-09-04 01:27:46 +05:30
## Set number of Sidekiq queue processes to the same number as available CPUs
2021-06-08 01:23:25 +05:30
sidekiq['queue_groups'] = ['*'] * 4
2023-03-04 22:38:38 +05:30
## Set number of Sidekiq threads per queue process to the recommend number of 20
sidekiq['max_concurrency'] = 20
2020-10-24 23:57:45 +05:30
2021-09-30 23:02:18 +05:30
# Monitoring
2020-10-24 23:57:45 +05:30
consul['enable'] = true
consul['monitoring_service_discovery'] = true
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13)
}
# Set the network addresses that the exporters will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
2021-09-04 01:27:46 +05:30
## Add the monitoring node's IP address to the monitoring whitelist
2021-04-17 20:07:23 +05:30
gitlab_rails['monitoring_whitelist'] = ['10.6.0.151/32', '127.0.0.0/8']
2021-03-11 19:13:27 +05:30
2021-09-04 01:27:46 +05:30
# Object storage
## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired
2022-06-21 17:19:12 +05:30
gitlab_rails['object_store']['enabled'] = true
2021-03-11 19:13:27 +05:30
gitlab_rails['object_store']['connection'] = {
'provider' => 'Google',
'google_project' => '<gcp-project-name>',
'google_json_key_location' => '<path-to-gcp-service-account-key>'
}
2021-04-17 20:07:23 +05:30
gitlab_rails['object_store']['objects']['artifacts']['bucket'] = "<gcp-artifacts-bucket-name>"
gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = "<gcp-external-diffs-bucket-name>"
gitlab_rails['object_store']['objects']['lfs']['bucket'] = "<gcp-lfs-bucket-name>"
gitlab_rails['object_store']['objects']['uploads']['bucket'] = "<gcp-uploads-bucket-name>"
gitlab_rails['object_store']['objects']['packages']['bucket'] = "<gcp-packages-bucket-name>"
gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = "<gcp-dependency-proxy-bucket-name>"
gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = "<gcp-terraform-state-bucket-name>"
2021-09-04 01:27:46 +05:30
gitlab_rails['backup_upload_connection'] = {
'provider' => 'Google',
'google_project' => '<gcp-project-name>',
'google_json_key_location' => '<path-to-gcp-service-account-key>'
}
gitlab_rails['backup_upload_remote_directory'] = "<gcp-backups-state-bucket-name>"
```
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
1. To ensure database migrations are only run during reconfigure and not automatically on upgrade, run:
```shell
sudo touch /etc/gitlab/skip-auto-reconfigure
2020-10-24 23:57:45 +05:30
```
2021-09-04 01:27:46 +05:30
Only a single designated node should handle migrations as detailed in the
[GitLab Rails post-configuration](#gitlab-rails-post-configuration) section.
2020-10-24 23:57:45 +05:30
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
2021-02-22 17:27:13 +05:30
NOTE:
2021-06-08 01:23:25 +05:30
If you find that the environment's Sidekiq job processing is slow with long queues,
more nodes can be added as required. You can also tune your Sidekiq nodes to
2023-03-04 22:38:38 +05:30
run [multiple Sidekiq processes](../sidekiq/extra_sidekiq_processes.md).
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
## Configure GitLab Rails
This section describes how to configure the GitLab application (Rails) component.
2023-04-23 21:23:45 +05:30
Rails requires connections to the [Redis](#configure-redis),
[PostgreSQL](#configure-postgresql) and [Gitaly](#configure-gitaly) instances.
It also requires a connection to [Object Storage](#configure-the-object-storage) as recommended.
NOTE:
[Because it's recommended to use Object storage](../object_storage.md) instead of NFS for data objects, the following
2023-03-04 22:38:38 +05:30
examples include the Object storage configuration.
2020-10-24 23:57:45 +05:30
The following IPs will be used as an example:
- `10.6.0.111`: GitLab application 1
- `10.6.0.112`: GitLab application 2
- `10.6.0.113`: GitLab application 3
2021-04-17 20:07:23 +05:30
- `10.6.0.114`: GitLab application 4
- `10.6.0.115`: GitLab application 5
- `10.6.0.116`: GitLab application 6
- `10.6.0.117`: GitLab application 7
- `10.6.0.118`: GitLab application 8
- `10.6.0.119`: GitLab application 9
- `10.6.0.120`: GitLab application 10
- `10.6.0.121`: GitLab application 11
- `10.6.0.122`: GitLab application 12
2020-10-24 23:57:45 +05:30
On each node perform the following:
2021-01-03 14:25:43 +05:30
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to follow _only_ installation steps 1 and 2
on the page.
2020-10-24 23:57:45 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and use the following configuration.
To maintain uniformity of links across nodes, the `external_url`
on the application server should point to the external URL that users will use
to access GitLab. This would be the URL of the [external load balancer](#configure-the-external-load-balancer)
which will route traffic to the GitLab application server:
```ruby
external_url 'https://gitlab.example.com'
2021-04-17 20:07:23 +05:30
# git_data_dirs get configured for the Praefect virtual storage
2022-03-02 08:16:31 +05:30
# Address is Internal Load Balancer for Praefect
2021-04-17 20:07:23 +05:30
# Token is praefect_external_token
2020-10-24 23:57:45 +05:30
git_data_dirs({
2021-04-17 20:07:23 +05:30
"default" => {
"gitaly_address" => "tcp://10.6.0.40:2305", # internal load balancer IP
"gitaly_token" => '<praefect_external_token>'
}
2020-10-24 23:57:45 +05:30
})
## Disable components that will not be on the GitLab application server
2021-09-04 01:27:46 +05:30
roles(['application_role'])
2020-10-24 23:57:45 +05:30
gitaly['enable'] = false
nginx['enable'] = true
2021-01-03 14:25:43 +05:30
sidekiq['enable'] = false
2020-10-24 23:57:45 +05:30
## PostgreSQL connection details
# Disable PostgreSQL on the application node
postgresql['enable'] = false
gitlab_rails['db_host'] = '10.6.0.20' # internal load balancer IP
gitlab_rails['db_port'] = 6432
gitlab_rails['db_password'] = '<postgresql_user_password>'
2022-01-26 12:08:38 +05:30
gitlab_rails['db_load_balancing'] = { 'hosts' => ['10.6.0.21', '10.6.0.22', '10.6.0.23'] } # PostgreSQL IPs
2021-04-29 21:17:54 +05:30
# Prevent database migrations from running on upgrade automatically
2020-10-24 23:57:45 +05:30
gitlab_rails['auto_migrate'] = false
## Redis connection details
2023-05-27 22:25:52 +05:30
## First cluster that will host the cache data
2020-10-24 23:57:45 +05:30
gitlab_rails['redis_cache_instance'] = 'redis://:<REDIS_PRIMARY_PASSWORD_OF_FIRST_CLUSTER>@gitlab-redis-cache'
gitlab_rails['redis_cache_sentinels'] = [
2021-11-18 22:05:49 +05:30
{host: '10.6.0.51', port: 26379},
{host: '10.6.0.52', port: 26379},
{host: '10.6.0.53', port: 26379},
2020-10-24 23:57:45 +05:30
]
2023-05-27 22:25:52 +05:30
## Second cluster that hosts all other persistent data
redis['master_name'] = 'gitlab-redis-persistent'
redis['master_password'] = '<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>'
2020-10-24 23:57:45 +05:30
2023-05-27 22:25:52 +05:30
gitlab_rails['redis_sentinels'] = [
2021-11-18 22:05:49 +05:30
{host: '10.6.0.61', port: 26379},
{host: '10.6.0.62', port: 26379},
{host: '10.6.0.63', port: 26379},
2020-10-24 23:57:45 +05:30
]
# Set the network addresses that the exporters used for monitoring will listen on
node_exporter['listen_address'] = '0.0.0.0:9100'
gitlab_workhorse['prometheus_listen_addr'] = '0.0.0.0:9229'
puma['listen'] = '0.0.0.0'
# Add the monitoring node's IP address to the monitoring whitelist and allow it to
# scrape the NGINX metrics
2021-04-17 20:07:23 +05:30
gitlab_rails['monitoring_whitelist'] = ['10.6.0.151/32', '127.0.0.0/8']
nginx['status']['options']['allow'] = ['10.6.0.151/32', '127.0.0.0/8']
2021-03-11 19:13:27 +05:30
#############################
### Object storage ###
#############################
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
2022-06-21 17:19:12 +05:30
gitlab_rails['object_store']['enabled'] = true
2021-03-11 19:13:27 +05:30
gitlab_rails['object_store']['connection'] = {
'provider' => 'Google',
'google_project' => '<gcp-project-name>',
'google_json_key_location' => '<path-to-gcp-service-account-key>'
}
2021-04-17 20:07:23 +05:30
gitlab_rails['object_store']['objects']['artifacts']['bucket'] = "<gcp-artifacts-bucket-name>"
gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = "<gcp-external-diffs-bucket-name>"
gitlab_rails['object_store']['objects']['lfs']['bucket'] = "<gcp-lfs-bucket-name>"
gitlab_rails['object_store']['objects']['uploads']['bucket'] = "<gcp-uploads-bucket-name>"
gitlab_rails['object_store']['objects']['packages']['bucket'] = "<gcp-packages-bucket-name>"
gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = "<gcp-dependency-proxy-bucket-name>"
gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = "<gcp-terraform-state-bucket-name>"
2021-09-04 01:27:46 +05:30
gitlab_rails['backup_upload_connection'] = {
'provider' => 'Google',
'google_project' => '<gcp-project-name>',
'google_json_key_location' => '<path-to-gcp-service-account-key>'
}
gitlab_rails['backup_upload_remote_directory'] = "<gcp-backups-state-bucket-name>"
2020-10-24 23:57:45 +05:30
```
2021-04-17 20:07:23 +05:30
1. If you're using [Gitaly with TLS support](#gitaly-cluster-tls-support), make sure the
2020-10-24 23:57:45 +05:30
`git_data_dirs` entry is configured with `tls` instead of `tcp`:
```ruby
git_data_dirs({
2021-04-17 20:07:23 +05:30
"default" => {
"gitaly_address" => "tls://10.6.0.40:2305", # internal load balancer IP
"gitaly_token" => '<praefect_external_token>'
}
2020-10-24 23:57:45 +05:30
})
```
1. Copy the cert into `/etc/gitlab/trusted-certs`:
```shell
sudo cp cert.pem /etc/gitlab/trusted-certs/
```
2021-09-04 01:27:46 +05:30
1. Copy the `/etc/gitlab/gitlab-secrets.json` file from the first Omnibus node you configured and add or replace
the file of the same name on this server. If this is the first Omnibus node you are configuring then you can skip this step.
1. To ensure database migrations are only run during reconfigure and not automatically on upgrade, run:
```shell
sudo touch /etc/gitlab/skip-auto-reconfigure
```
Only a single designated node should handle migrations as detailed in the
[GitLab Rails post-configuration](#gitlab-rails-post-configuration) section.
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
2023-03-04 22:38:38 +05:30
1. [Enable incremental logging](#enable-incremental-logging).
2020-10-24 23:57:45 +05:30
1. Confirm the node can connect to Gitaly:
```shell
sudo gitlab-rake gitlab:gitaly:check
```
Then, tail the logs to see the requests:
```shell
sudo gitlab-ctl tail gitaly
```
1. Optionally, from the Gitaly servers, confirm that Gitaly can perform callbacks to the internal API:
2022-08-27 11:52:29 +05:30
- For GitLab 15.3 and later, run `sudo /opt/gitlab/embedded/bin/gitaly check /var/opt/gitlab/gitaly/config.toml`.
- For GitLab 15.2 and earlier, run `sudo /opt/gitlab/embedded/bin/gitaly-hooks check /var/opt/gitlab/gitaly/config.toml`.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
When you specify `https` in the `external_url`, as in the previous example,
GitLab expects that the SSL certificates are in `/etc/gitlab/ssl/`. If the
certificates aren't present, NGINX will fail to start. For more information, see
2023-07-09 08:55:56 +05:30
the [HTTPS documentation](https://docs.gitlab.com/omnibus/settings/ssl/index.html).
2020-10-24 23:57:45 +05:30
### GitLab Rails post-configuration
2021-01-03 14:25:43 +05:30
1. Designate one application node for running database migrations during
installation and updates. Initialize the GitLab database and ensure all
migrations ran:
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
```shell
sudo gitlab-rake gitlab:db:configure
```
2020-10-24 23:57:45 +05:30
2023-06-20 00:43:36 +05:30
Note that this requires the Rails node to be configured to connect to the primary database
directly, [bypassing PgBouncer](../postgresql/pgbouncer.md#procedure-for-bypassing-pgbouncer).
After migrations have completed, you must configure the node to pass through PgBouncer again.
2021-01-03 14:25:43 +05:30
1. [Configure fast lookup of authorized SSH keys in the database](../operations/fast_ssh_key_lookup.md).
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
## Configure Prometheus
The Omnibus GitLab package can be used to configure a standalone Monitoring node
running [Prometheus](../monitoring/prometheus/index.md) and
[Grafana](../monitoring/performance/grafana_configuration.md).
The following IP will be used as an example:
2021-04-17 20:07:23 +05:30
- `10.6.0.151`: Prometheus
2020-10-24 23:57:45 +05:30
To configure the Monitoring node:
2021-01-03 14:25:43 +05:30
1. SSH in to the Monitoring node.
1. [Download and install](https://about.gitlab.com/install/) the Omnibus GitLab
package of your choice. Be sure to follow _only_ installation steps 1 and 2
on the page.
2020-10-24 23:57:45 +05:30
1. Edit `/etc/gitlab/gitlab.rb` and add the contents:
```ruby
2021-09-04 01:27:46 +05:30
roles(['monitoring_role', 'consul_role'])
2020-10-24 23:57:45 +05:30
2021-09-04 01:27:46 +05:30
external_url 'http://gitlab.example.com'
2020-10-24 23:57:45 +05:30
2021-09-04 01:27:46 +05:30
# Prometheus
2020-10-24 23:57:45 +05:30
prometheus['listen_address'] = '0.0.0.0:9090'
prometheus['monitor_kubernetes'] = false
2021-09-04 01:27:46 +05:30
# Grafana
2020-10-24 23:57:45 +05:30
grafana['admin_password'] = '<grafana_password>'
2021-09-04 01:27:46 +05:30
grafana['disable_login_form'] = false
2020-10-24 23:57:45 +05:30
# Enable service discovery for Prometheus
consul['monitoring_service_discovery'] = true
consul['configuration'] = {
retry_join: %w(10.6.0.11 10.6.0.12 10.6.0.13)
}
2021-04-29 21:17:54 +05:30
2022-06-21 17:19:12 +05:30
# Configure Prometheus to scrape services not covered by discovery
prometheus['scrape_configs'] = [
{
'job_name': 'pgbouncer',
'static_configs' => [
'targets' => [
"10.6.0.31:9188",
"10.6.0.32:9188",
"10.6.0.33:9188",
],
],
},
{
'job_name': 'praefect',
'static_configs' => [
'targets' => [
"10.6.0.131:9652",
"10.6.0.132:9652",
"10.6.0.133:9652",
],
],
},
]
2021-09-04 01:27:46 +05:30
# Nginx - For Grafana access
nginx['enable'] = true
2020-10-24 23:57:45 +05:30
```
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure).
1. In the GitLab UI, set `admin/application_settings/metrics_and_profiling` > Metrics - Grafana to `/-/grafana` to
`http[s]://<MONITOR NODE>/-/grafana`
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
## Configure the object storage
2023-04-23 21:23:45 +05:30
GitLab supports using an [object storage](../object_storage.md) service for holding numerous types of data.
It's recommended over [NFS](../nfs.md) for data objects and in general it's better
in larger setups as object storage is typically much more performant, reliable,
and scalable.
2021-01-03 14:25:43 +05:30
There are two ways of specifying object storage configuration in GitLab:
2023-06-20 00:43:36 +05:30
- [Consolidated form](../object_storage.md#configure-a-single-storage-connection-for-all-object-types-consolidated-form): A single credential is
2021-01-03 14:25:43 +05:30
shared by all supported object types.
2023-06-20 00:43:36 +05:30
- [Storage-specific form](../object_storage.md#configure-each-object-type-to-define-its-own-storage-connection-storage-specific-form): Every object defines its
2023-07-09 08:55:56 +05:30
own object storage [connection and configuration](../object_storage.md#configure-the-connection-settings).
2021-01-03 14:25:43 +05:30
2022-10-11 01:57:18 +05:30
The consolidated form is used in the following examples when available.
NOTE:
2023-06-20 00:43:36 +05:30
When using the [storage-specific form](../object_storage.md#configure-each-object-type-to-define-its-own-storage-connection-storage-specific-form)
2022-10-11 01:57:18 +05:30
in GitLab 14.x and earlier, you should enable [direct upload mode](../../development/uploads/index.md#direct-upload).
The previous [background upload](../../development/uploads/index.md#direct-upload) mode,
2023-03-04 22:38:38 +05:30
which was deprecated in 14.9, requires shared storage such as NFS.
2020-10-24 23:57:45 +05:30
Using separate buckets for each data type is the recommended approach for GitLab.
2021-04-17 20:07:23 +05:30
This ensures there are no collisions across the various types of data GitLab stores.
There are plans to [enable the use of a single bucket](https://gitlab.com/gitlab-org/gitlab/-/issues/292958)
in the future.
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
2022-10-11 01:57:18 +05:30
### Enable incremental logging
2022-07-23 23:45:48 +05:30
GitLab Runner returns job logs in chunks which Omnibus GitLab caches temporarily on disk in `/var/opt/gitlab/gitlab-ci/builds` by default, even when using consolidated object storage. With default configuration, this directory needs to be shared through NFS on any GitLab Rails and Sidekiq nodes.
While sharing the job logs through NFS is supported, it's recommended to avoid the need to use NFS by enabling [incremental logging](../job_logs.md#incremental-logging-architecture) (required when no NFS node has been deployed). Incremental logging uses Redis instead of disk space for temporary caching of job logs.
2023-05-27 22:25:52 +05:30
## Configure advanced search
2021-01-03 14:25:43 +05:30
2023-05-27 22:25:52 +05:30
You can leverage Elasticsearch and [enable advanced search](../../integration/advanced_search/elasticsearch.md)
2021-01-03 14:25:43 +05:30
for faster, more advanced code search across your entire GitLab instance.
Elasticsearch cluster design and requirements are dependent on your specific
data. For recommended best practices about how to set up your Elasticsearch
cluster alongside your instance, read how to
2022-07-23 23:45:48 +05:30
[choose the optimal cluster configuration](../../integration/advanced_search/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration).
2021-01-03 14:25:43 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>
2021-09-30 23:02:18 +05:30
## Cloud Native Hybrid reference architecture with Helm Charts (alternative)
As an alternative approach, you can also run select components of GitLab as Cloud Native
in Kubernetes via our official [Helm Charts](https://docs.gitlab.com/charts/).
In this setup, we support running the equivalent of GitLab Rails and Sidekiq nodes
in a Kubernetes cluster, named Webservice and Sidekiq respectively. In addition,
the following other supporting services are supported: NGINX, Task Runner, Migrations,
2021-10-27 15:23:28 +05:30
Prometheus, and Grafana.
2021-09-30 23:02:18 +05:30
Hybrid installations leverage the benefits of both cloud native and traditional
compute deployments. With this, _stateless_ components can benefit from cloud native
workload management benefits while _stateful_ components are deployed in compute VMs
with Omnibus to benefit from increased permanence.
2023-01-13 00:05:48 +05:30
Refer to the Helm charts [Advanced configuration](https://docs.gitlab.com/charts/advanced/)
documentation for setup instructions including guidance on what GitLab secrets to sync
between Kubernetes and the backend components.
2021-09-30 23:02:18 +05:30
NOTE:
This is an **advanced** setup. Running services in Kubernetes is well known
to be complex. **This setup is only recommended** if you have strong working
knowledge and experience in Kubernetes. The rest of this
2021-10-27 15:23:28 +05:30
section assumes this.
2021-09-30 23:02:18 +05:30
2022-10-11 01:57:18 +05:30
NOTE:
**Gitaly Cluster is not supported to be run in Kubernetes**.
Refer to [epic 6127](https://gitlab.com/groups/gitlab-org/-/epics/6127) for more details.
2021-09-30 23:02:18 +05:30
### Cluster topology
2021-10-27 15:23:28 +05:30
The following tables and diagram detail the hybrid environment using the same formats
2021-09-30 23:02:18 +05:30
as the normal environment above.
2023-03-04 22:38:38 +05:30
First are the components that run in Kubernetes. These run across several node groups, although you can change
the overall makeup as desired as long as the minimum CPU and Memory requirements are observed.
2021-09-30 23:02:18 +05:30
2023-03-04 22:38:38 +05:30
| Service Node Group | Nodes | Configuration | GCP | AWS | Min Allocatable CPUs and Memory |
2022-10-11 01:57:18 +05:30
|---------------------|-------|-------------------------|-----------------|--------------|---------------------------------|
| Webservice | 16 | 32 vCPU, 28.8 GB memory | `n1-highcpu-32` | `m5.8xlarge` | 510 vCPU, 472 GB memory |
| Sidekiq | 4 | 4 vCPU, 15 GB memory | `n1-standard-4` | `m5.xlarge` | 15.5 vCPU, 50 GB memory |
| Supporting services | 2 | 4 vCPU, 15 GB memory | `n1-standard-4` | `m5.xlarge` | 7.75 vCPU, 25 GB memory |
2022-07-16 23:28:13 +05:30
2022-04-04 11:22:00 +05:30
- For this setup, we **recommend** and regularly [test](index.md#validation-and-test-results)
2022-03-02 08:16:31 +05:30
[Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine) and [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/). Other Kubernetes services may also work, but your mileage may vary.
2022-07-16 23:28:13 +05:30
- Nodes configuration is shown as it is forced to ensure pod vCPU / memory ratios and avoid scaling during **performance testing**.
2023-03-04 22:38:38 +05:30
- In production deployments, there is no need to assign pods to specific nodes. A minimum of three nodes per node group in three different availability zones is strongly recommended to align with resilient cloud architecture practices.
2021-09-30 23:02:18 +05:30
Next are the backend components that run on static compute VMs via Omnibus (or External PaaS
services where applicable):
2022-10-11 01:57:18 +05:30
| Service | Nodes | Configuration | GCP | AWS |
|------------------------------------------|-------|------------------------|------------------|---------------|
| Consul<sup>1</sup> | 3 | 2 vCPU, 1.8 GB memory | `n1-highcpu-2` | `c5.large` |
| PostgreSQL<sup>1</sup> | 3 | 32 vCPU, 120 GB memory | `n1-standard-32` | `m5.8xlarge` |
| PgBouncer<sup>1</sup> | 3 | 2 vCPU, 1.8 GB memory | `n1-highcpu-2` | `c5.large` |
| Internal load balancing node<sup>3</sup> | 1 | 8 vCPU, 7.2 GB memory | `n1-highcpu-8` | `c5.2xlarge` |
| Redis/Sentinel - Cache<sup>2</sup> | 3 | 4 vCPU, 15 GB memory | `n1-standard-4` | `m5.xlarge` |
| Redis/Sentinel - Persistent<sup>2</sup> | 3 | 4 vCPU, 15 GB memory | `n1-standard-4` | `m5.xlarge` |
2023-01-13 00:05:48 +05:30
| Gitaly<sup>5 6</sup> | 3 | 64 vCPU, 240 GB memory | `n1-standard-64` | `m5.16xlarge` |
2022-10-11 01:57:18 +05:30
| Praefect<sup>5</sup> | 3 | 4 vCPU, 3.6 GB memory | `n1-highcpu-4` | `c5.xlarge` |
| Praefect PostgreSQL<sup>1</sup> | 1+ | 2 vCPU, 1.8 GB memory | `n1-highcpu-2` | `c5.large` |
| Object storage<sup>4</sup> | - | - | - | - |
2021-09-30 23:02:18 +05:30
<!-- Disable ordered list rule https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md029---ordered-list-item-prefix -->
<!-- markdownlint-disable MD029 -->
2022-11-25 23:54:43 +05:30
1. Can be optionally run on reputable third-party external PaaS PostgreSQL solutions. See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
- [Google Cloud SQL](https://cloud.google.com/sql/docs/postgres/high-availability#normal) and [Amazon RDS](https://aws.amazon.com/rds/) are known to work.
2023-03-04 22:38:38 +05:30
- [Google AlloyDB](https://cloud.google.com/alloydb) and [Amazon RDS Multi-AZ DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) have not been tested and are not recommended. Both solutions are specifically not expected to work with GitLab Geo.
- Note that [Amazon RDS Multi-AZ DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZSingleStandby.html) is a separate product and is supported.
2022-11-25 23:54:43 +05:30
- [Amazon Aurora](https://aws.amazon.com/rds/aurora/) is **incompatible** with load balancing enabled by default in [14.4.0](../../update/index.md#1440).
- Consul is primarily used for Omnibus PostgreSQL high availability so can be ignored when using a PostgreSQL PaaS setup. However, Consul is also used optionally by Prometheus for Omnibus auto host discovery.
2. Can be optionally run on reputable third-party external PaaS Redis solutions. See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
- [Google Memorystore](https://cloud.google.com/memorystore) and [Amazon ElastiCache](https://aws.amazon.com/elasticache/) are known to work.
3. Can be optionally run on reputable third-party load balancing services (LB PaaS). See [Recommended cloud providers and services](index.md#recommended-cloud-providers-and-services) for more information.
- [Google Cloud Load Balancing](https://cloud.google.com/load-balancing) and [Amazon Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/) are known to work.
2022-10-11 01:57:18 +05:30
4. Should be run on reputable Cloud Provider or Self Managed solutions. More information can be found in the [Configure the object storage](#configure-the-object-storage) section.
2022-06-21 17:19:12 +05:30
5. Gitaly Cluster provides the benefits of fault tolerance, but comes with additional complexity of setup and management. Review the existing [technical limitations and considerations before deploying Gitaly Cluster](../gitaly/index.md#before-deploying-gitaly-cluster). If you want sharded Gitaly, use the same specs listed above for `Gitaly`.
2023-04-23 21:23:45 +05:30
6. Gitaly has been designed and tested with repositories of varying sizes that follow best practices. However, large
repositories or monorepos that don't follow these practices can significantly impact Gitaly requirements. Refer to
[Large repositories](index.md#large-repositories) for more information.
2021-09-30 23:02:18 +05:30
<!-- markdownlint-enable MD029 -->
NOTE:
For all PaaS solutions that involve configuring instances, it is strongly recommended to implement a minimum of three nodes in three different availability zones to align with resilient cloud architecture practices.
```plantuml
@startuml 50k
2022-01-26 12:08:38 +05:30
skinparam linetype ortho
2021-09-30 23:02:18 +05:30
card "Kubernetes via Helm Charts" as kubernetes {
card "**External Load Balancer**" as elb #6a9be7
together {
2022-10-11 01:57:18 +05:30
collections "**Webservice** x16" as gitlab #32CD32
2021-09-30 23:02:18 +05:30
collections "**Sidekiq** x4" as sidekiq #ff8dd1
}
2022-10-11 01:57:18 +05:30
card "**Supporting Services** x2" as support
2021-09-30 23:02:18 +05:30
}
card "**Internal Load Balancer**" as ilb #9370DB
collections "**Consul** x3" as consul #e76a9b
card "Gitaly Cluster" as gitaly_cluster {
collections "**Praefect** x3" as praefect #FF8C00
collections "**Gitaly** x3" as gitaly #FF8C00
card "**Praefect PostgreSQL***\n//Non fault-tolerant//" as praefect_postgres #FF8C00
praefect -[#FF8C00]-> gitaly
praefect -[#FF8C00]> praefect_postgres
}
card "Database" as database {
collections "**PGBouncer** x3" as pgbouncer #4EA7FF
card "**PostgreSQL** (Primary)" as postgres_primary #4EA7FF
collections "**PostgreSQL** (Secondary) x2" as postgres_secondary #4EA7FF
pgbouncer -[#4EA7FF]-> postgres_primary
postgres_primary .[#4EA7FF]> postgres_secondary
}
card "redis" as redis {
collections "**Redis Persistent** x3" as redis_persistent #FF6347
collections "**Redis Cache** x3" as redis_cache #FF6347
2022-07-16 23:28:13 +05:30
2022-01-26 12:08:38 +05:30
redis_cache -[hidden]-> redis_persistent
2021-09-30 23:02:18 +05:30
}
cloud "**Object Storage**" as object_storage #white
elb -[#6a9be7]-> gitlab
2022-01-26 12:08:38 +05:30
elb -[hidden]-> sidekiq
2021-09-30 23:02:18 +05:30
elb -[hidden]-> support
gitlab -[#32CD32]--> ilb
2022-01-26 12:08:38 +05:30
gitlab -[#32CD32]r--> object_storage
gitlab -[#32CD32,norank]----> redis
gitlab -[#32CD32]----> database
2021-09-30 23:02:18 +05:30
sidekiq -[#ff8dd1]--> ilb
2022-01-26 12:08:38 +05:30
sidekiq -[#ff8dd1]r--> object_storage
sidekiq -[#ff8dd1,norank]----> redis
sidekiq .[#ff8dd1]----> database
2021-09-30 23:02:18 +05:30
2022-01-26 12:08:38 +05:30
ilb -[#9370DB]--> gitaly_cluster
ilb -[#9370DB]--> database
ilb -[hidden,norank]--> redis
2021-09-30 23:02:18 +05:30
2022-01-26 12:08:38 +05:30
consul .[#e76a9b]--> database
consul .[#e76a9b,norank]--> gitaly_cluster
consul .[#e76a9b]--> redis
2021-09-30 23:02:18 +05:30
@enduml
```
### Resource usage settings
The following formulas help when calculating how many pods may be deployed within resource constraints.
The [50k reference architecture example values file](https://gitlab.com/gitlab-org/charts/gitlab/-/blob/master/examples/ref/50k.yaml)
documents how to apply the calculated configuration to the Helm Chart.
#### Webservice
2022-10-11 01:57:18 +05:30
Webservice pods typically need about 1 CPU and 1.25 GB of memory _per worker_.
Each Webservice pod consumes roughly 4 CPUs and 5 GB of memory using
2021-09-30 23:02:18 +05:30
the [recommended topology](#cluster-topology) because four worker processes
are created by default and each pod has other small processes running.
2021-10-27 15:23:28 +05:30
For 50,000 users we recommend a total Puma worker count of around 320.
2021-09-30 23:02:18 +05:30
With the [provided recommendations](#cluster-topology) this allows the deployment of up to 80
Webservice pods with 4 workers per pod and 5 pods per node. Expand available resources using
2022-10-11 01:57:18 +05:30
the ratio of 1 CPU to 1.25 GB of memory _per each worker process_ for each additional
2021-09-30 23:02:18 +05:30
Webservice pod.
For further information on resource usage, see the [Webservice resources](https://docs.gitlab.com/charts/charts/gitlab/webservice/#resources).
#### Sidekiq
2022-10-11 01:57:18 +05:30
Sidekiq pods should generally have 0.9 CPU and 2 GB of memory.
2021-09-30 23:02:18 +05:30
[The provided starting point](#cluster-topology) allows the deployment of up to
2022-10-11 01:57:18 +05:30
14 Sidekiq pods. Expand available resources using the 0.9 CPU to 2 GB memory
2021-09-30 23:02:18 +05:30
ratio for each additional pod.
For further information on resource usage, see the [Sidekiq resources](https://docs.gitlab.com/charts/charts/gitlab/sidekiq/#resources).
2021-03-08 18:12:59 +05:30
2022-10-11 01:57:18 +05:30
### Supporting
The Supporting Node Pool is designed to house all supporting deployments that don't need to be
on the Webservice and Sidekiq pools.
This includes various deployments related to the Cloud Provider's implementation and supporting
GitLab deployments such as NGINX or [GitLab Shell](https://docs.gitlab.com/charts/charts/gitlab/gitlab-shell/).
If you wish to make any additional deployments, such as for Monitoring, it's recommended
to deploy these in this pool where possible and not in the Webservice or Sidekiq pools, as the Supporting pool has been designed
specifically to accommodate several additional deployments. However, if your deployments don't fit into the
pool as given, you can increase the node pool accordingly.
2020-10-24 23:57:45 +05:30
<div align="right">
<a type="button" class="btn btn-default" href="#setup-components">
Back to setup components <i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
</div>