High availalibility gitlab configuration

Hello,

can you please tell me if it’s possible to have this configuration for gitlab in high availibility :

image

Best Regards

Hi, NFS will be dropped and unsupported soon. I suggest you change it for Gitaly as recommended in Gitlab docs.

Hello @iwalker ,
thank you for your response ,

if i use gitaly instead of nfs , is the architecture still ok?
mostly i’m wondering if not using a standalone redis when using active/passive architecture is ok ?

Regards,

You only have one postgres instance so that would be a point of failure. This would need addressing.

how about having an embadded redis in each gitlab omnibus node , is this a problem ?
do i need a standalone redis to have this kind of HA config ?
Thanks :slight_smile: