是否有关于何时集群 GitLab EE 的指南,例如当您达到一定数量的用户或项目时?
Is there a guide for when to cluster GitLab EE, for example when you reach a certain number of users or projects?
使用私有 GitLab EE 服务器,在扩展集群中的服务器数量时,最佳做法是什么?例如:"For every x users or y projects, then you should consider adding another server to the cluster."
GitLab 已为应用程序服务器的硬件要求定义了建议,以满足此处的一系列用户:
如果您计划超过这些阈值,或者如果托管 GitLab 实例的应用程序服务器之一脱机时需要冗余,您可能需要考虑查看集群的高可用性指南:
https://about.gitlab.com/high-availability/
请注意,由于 git 的去中心化性质,它非常有利于离线工作。当通过 Web 界面同步分支或管理问题和合并请求时,您的用户只需要连接到 GitLab 实例。
使用私有 GitLab EE 服务器,在扩展集群中的服务器数量时,最佳做法是什么?例如:"For every x users or y projects, then you should consider adding another server to the cluster."
GitLab 已为应用程序服务器的硬件要求定义了建议,以满足此处的一系列用户:
如果您计划超过这些阈值,或者如果托管 GitLab 实例的应用程序服务器之一脱机时需要冗余,您可能需要考虑查看集群的高可用性指南:
https://about.gitlab.com/high-availability/
请注意,由于 git 的去中心化性质,它非常有利于离线工作。当通过 Web 界面同步分支或管理问题和合并请求时,您的用户只需要连接到 GitLab 实例。