Skip to content

Commit 9fd6fca

Browse files
authored
Remove AMI and Kustomize from deployment overview (#1819)
## Summary - remove Kubernetes Kustomize from the recommended deployment types - remove the Kustomize quick link from the Kubernetes section - remove the Machine Images section from the deployment overview
1 parent 41ed29b commit 9fd6fca

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

docs/self-hosted/deploy/index.mdx

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Sourcegraph's recommended deployment methods are, in order:
1616
1. [Sourcegraph Cloud](#sourcegraph-cloud) - This provides a fully managed solution where Sourcegraph handles all of the maintenance, 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.
1717
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 by all mainstream managed Kubernetes platforms.
1818
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.
19-
4. [Kubernetes Kustomize](#kubernetes) - Kustomize is planned for deprecation and will be sunset in a future release. Helm is Sourcegraph's preferred approach for Kubernetes deployments.
20-
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.
2119

2220
### Sourcegraph Cloud
2321

@@ -42,19 +40,13 @@ Best for a wide range of customers open to a Sourcegraph managed [Sourcegraph Cl
4240
Multi-node, self hosted solution great for large enterprises and/or other orgs looking for the recommended, robust, and scalable deployment method
4341

4442
- **Helm** (Preferred) utilizes pre-packaged charts for templating Sourcegraph deployments
45-
- **Kustomize** (Planned for deprecation) utilizes built-in features of kubectl for configuring Sourcegraph deployments. [Helm](#kubernetes) is the preferred Kubernetes deployment method.
4643

4744
<QuickLinks>
4845
<QuickLink
4946
title="Helm"
5047
icon="theming"
5148
href="/self-hosted/deploy/kubernetes"
5249
/>
53-
<QuickLink
54-
title="Kustomize"
55-
icon="lightbulb"
56-
href="/self-hosted/deploy/kubernetes/kustomize"
57-
/>
5850
</QuickLinks>
5951

6052
<Callout type="note">
@@ -78,36 +70,6 @@ Single-node, self hosted solution for enterprises looking for a simpler, non-Kub
7870
/>
7971
</QuickLinks>
8072

81-
### Machine Images
82-
83-
Best for enterprises looking for a self-hosted solution on the Cloud provider of their choice.
84-
85-
Machine images provide a pre-configured Sourcegraph instance that can be deployed in minutes with minimal effort. While they offer simplicity, they are designed as a standardized solution and do not support customization. Currently available on the following hosts:
86-
87-
<Callout type="warning">
88-
**Note:** AWS AMI and machine image deployments will be sunset in [Sourcegraph 7.0.0](https://sourcegraph.com/changelog/releases/7.0).
89-
</Callout>
90-
91-
<QuickLinks>
92-
<QuickLink
93-
title="Amazon Machine Image (AMI)"
94-
icon="lightbulb"
95-
href="/self-hosted/deploy/machine-images/aws-ami"
96-
/>
97-
<QuickLink
98-
title="Google Compute Image"
99-
icon="presets"
100-
href="/self-hosted/deploy/machine-images/gce"
101-
/>
102-
</QuickLinks>
103-
104-
See [Sourcegraph Machine Images](/self-hosted/deploy/machine-images) for more information.
105-
106-
<Callout type="note">
107-
Deploying with machine images requires technical expertise and the ability
108-
to maintain and manage your own infrastructure.
109-
</Callout>
110-
11173
### ARM / ARM64 support
11274

11375
Running Sourcegraph on ARM / ARM64 images is not supported for production deployments at this time.

0 commit comments

Comments
 (0)