Skip to content

Commit 4f8ea2a

Browse files
committed
typos fix
1 parent cd7f7cb commit 4f8ea2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/admin/deploy/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Sourcegraph is a powerful code intelligence platform that can be deployed in var
77
Carefully consider your organization's needs and technical expertise when selecting a Sourcegraph deployment method. Each option has different capabilities, resource requirements, and levels of technical expertise needed. Consider your organization's needs carefully, as the deployment method cannot be easily changed for a running instance.
88

99
Sourcegraph's recommended deployment methods are, in order:
10-
1. [Sourcegraph Cloud](#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.
11-
2. [Kubernetes Helm](#kubernetes) - 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.
12-
3. [Docker Compose](#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.
13-
4. [Kubernetes Kustomize](#kubernetes) - 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.
14-
5. [Machine Images](#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.
10+
1. [Sourcegraph Cloud](#sourcegraph-cloud) - This provides 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.
11+
2. [Kubernetes Helm](#kubernetes) - 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 multi-node instance, and can be supported within many Kubernetes-capable environments.
12+
3. [Docker Compose](#docker-compose) - Docker Compose provides the preferred single-node deployment solution for Sourcegraph. It can be a good option when the complexities and flexibility provided by Kubernetes Helm are not needed.
13+
4. [Kubernetes Kustomize](#kubernetes) - 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 preferred deployment method it is a viable and supported method.
14+
5. [Machine Images](#machine-images) - Sourcegraph can be deployed using 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.
1515

1616
### Sourcegraph Cloud
1717

@@ -25,7 +25,7 @@ Best for a wide range of customers open to a Sourcegraph managed [Sourcegraph Cl
2525

2626
### Kubernetes
2727

28-
Multi-node, self hosted solution great for large enterprises and or other orgs looking for the recommended, robust, and scalable deployment method
28+
Multi-node, self hosted solution great for large enterprises and/or other orgs looking for the recommended, robust, and scalable deployment method
2929

3030
- **Helm** (Preferred) utilizes pre-packaged charts for templating Sourcegraph deployments
3131
- **Kustomize** utilizes built-in features of kubectl for configuring Sourcegraph deployments
@@ -35,7 +35,7 @@ Multi-node, self hosted solution great for large enterprises and or other orgs l
3535
<QuickLink title="Kustomize" icon='lightbulb' href="/admin/deploy/kubernetes/kustomize" />
3636
</QuickLinks>
3737

38-
<Callout type="note">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]](mailto:[email protected]) to discuss in further detail.</Callout>
38+
<Callout type="note">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 in-house Kubernetes expertise should contact their Sourcegraph account representative or [[email protected]](mailto:[email protected]) to discuss in further detail.</Callout>
3939

4040
### Docker Compose
4141

0 commit comments

Comments
 (0)