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
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.[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.
17
17
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.
18
18
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.
21
19
22
20
### Sourcegraph Cloud
23
21
@@ -42,19 +40,13 @@ Best for a wide range of customers open to a Sourcegraph managed [Sourcegraph Cl
42
40
Multi-node, self hosted solution great for large enterprises and/or other orgs looking for the recommended, robust, and scalable deployment method
43
41
44
42
-**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.
46
43
47
44
<QuickLinks>
48
45
<QuickLink
49
46
title="Helm"
50
47
icon="theming"
51
48
href="/self-hosted/deploy/kubernetes"
52
49
/>
53
-
<QuickLink
54
-
title="Kustomize"
55
-
icon="lightbulb"
56
-
href="/self-hosted/deploy/kubernetes/kustomize"
57
-
/>
58
50
</QuickLinks>
59
51
60
52
<Callouttype="note">
@@ -78,36 +70,6 @@ Single-node, self hosted solution for enterprises looking for a simpler, non-Kub
78
70
/>
79
71
</QuickLinks>
80
72
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
-
<Callouttype="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
-
<Callouttype="note">
107
-
Deploying with machine images requires technical expertise and the ability
108
-
to maintain and manage your own infrastructure.
109
-
</Callout>
110
-
111
73
### ARM / ARM64 support
112
74
113
75
Running Sourcegraph on ARM / ARM64 images is not supported for production deployments at this time.
0 commit comments