You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/deploy/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Carefully consider your organization's needs and technical expertise when select
7
7
Sourcegraph's recommended deployment methods are, in order:
8
8
9
9
Sourcegraph Cloud - This povides a fully managed solution where Sourcegraph handles much of the maintence, monitoring, and upgrading tasks to give you an optimal Sourcegraph experience while immediately getting the latest features into your users' hands. This solution does require your code hosts to be connected to the Sourcegraph managed environment.
10
-
Kubernetes Helm - Sourcegraph's Kubernetes deployment provides the most robust, scalable, and vetted self-hosted solution. This solution is ideal across many self-hosted customers capable of deploying a mult-node instance, and can be supported within many Kubernetes-capable environments.
10
+
Kubernetes Helm - Sourcegraph's Kubernetes deployment provides the most robust, scalable, and vetted self-hosted solution. This solution is ideal across many self-hosted customers capable of deploying a mult-node instance, and can be supported within many Kubernetes-capable environments. This is typically the preferred method for self-hosting Sourcegraph.
11
11
Docker Compose - Docker Compose provides the prefered single-node deployment solution for Sourcegraph. It can be a good option when the complexities and flexibility provided by Kubernetes Helm are not needed.
12
12
Kubernetes Kustomize - Kustomize should only be used in place of Helm in specific circumstances. Kustomize tends to be a more advanced solution than Helm, but if it is your prefered deployment method it is a viable and supported method.
13
13
Machine Images - Sourcegraph can be deployed used dedicated Machine Images for specific Cloud providers. This can be a simple solution in specific circumstances, though has its own considerations. If you are considering this path, please discuss with your account team.
@@ -22,7 +22,7 @@ Kustomize utilizes built-in features of kubectl for configuring Sourcegraph depl
22
22
Kubernetes is the recommended self hosted deployment method, though it can require specific technical knowledge required to deploy and maintain a deployment on Kubernetes. Teams without these resources should contact their Sourcegraph account representative or [email protected] to discuss in further detail.
23
23
24
24
Docker Compose
25
-
Single-node, self hosted solution for enterprises looking for a simpler, non-Kubernetes solution.
25
+
Single-node, self hosted solution for enterprises looking for a single-node, non-Kubernetes solution. Sourcegraph can be supported at a large variety of scales on Docker Compose, though the flexibility and robustness is less than that of a Kubernetes deployment.
26
26
27
27
Machine Images
28
28
Best for enterprises looking for a self-hosted solution on the Cloud provider of their choice.
0 commit comments