|
| 1 | +# Sourcegraph on Kubernetes with Kustomize |
| 2 | + |
| 3 | +[](https://sourcegraph.com/github.com/sourcegraph/deploy-sourcegraph) [](https://buildkite.com/sourcegraph/deploy-sourcegraph) |
| 4 | + |
| 5 | +## **WARNING: All work in this repository is WIP and should not be used until further notice.** |
| 6 | + |
| 7 | +Deploying Sourcegraph into a Kubernetes cluster is for organizations that need highly scalable and |
| 8 | +available code search and code intelligence. This repository contains documentation for creating, |
| 9 | +updating, and maintaining a Sourcegraph cluster using Kustomize. |
| 10 | + |
| 11 | +For product and [pricing](https://about.sourcegraph.com/pricing/) information, visit |
| 12 | +[about.sourcegraph.com](https://about.sourcegraph.com) or [contact |
| 13 | +us](https://about.sourcegraph.com/contact/sales) for more information. |
| 14 | + |
| 15 | +- [Installing](https://docs.sourcegraph.com/admin/deploy/kubernetes/kustomize) |
| 16 | +- [Configuring](https://docs.sourcegraph.com/admin/deploy/kubernetes/kustomize/configure) |
| 17 | +- [Updating](https://docs.sourcegraph.com/admin/updates/kubernetes) |
| 18 | +- [Scaling](https://docs.sourcegraph.com/admin/deploy/scale)- general advice on scaling services |
| 19 | +- [Resource estimator: instance size](https://docs.sourcegraph.com/admin/deploy/instance-size) - specific resource values for your instance based on your instance size |
| 20 | +- [Troubleshooting](https://docs.sourcegraph.com/admin/install/kubernetes/troubleshoot) |
| 21 | +- [Enterprise Getting Started Guide](https://docs.sourcegraph.com/adopt/enterprise_getting_started_guide#kubernetes-admin) and [Admin guide](https://docs.sourcegraph.com/admin) - useful guides for Sourcegraph admins |
| 22 | + - [Metrics](https://docs.sourcegraph.com/admin/observability/metrics) - guidance of metrics that can be used for monitoring Sourcegraph |
| 23 | + |
| 24 | +## Deploying |
| 25 | + |
| 26 | +🚨 **The `master` branch tracks development. Use the branch of this repository corresponding to the version of Sourcegraph you wish to deploy, e.g. `git checkout v4.5.0`.** |
| 27 | + |
| 28 | +Always refer to the [Sourcegraph Kustomize docs](https://docs.sourcegraph.com/admin/deploy/kubernetes/kustomize) for the latest instructions. |
| 29 | + |
| 30 | +## Upgrading |
| 31 | + |
| 32 | +When upgrading Sourcegraph, please check [upgrading docs](https://docs.sourcegraph.com/admin/updates/kubernetes) to confirm if manual migrations is necessary. |
| 33 | + |
| 34 | +## Contributing |
| 35 | + |
| 36 | +We've made our deployment configurations open source to better serve our customers' needs. If there is anything we can do to make deploying Sourcegraph easier just [open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph%5D) or a pull request and we will respond promptly! |
| 37 | + |
| 38 | +## Questions & Issues |
| 39 | + |
| 40 | +[Open an issue (in sourcegraph/sourcegraph) ](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph%5D) or contact us ( [email protected]), we are happy to help! |
| 41 | + |
| 42 | +## Licensing |
| 43 | + |
| 44 | +The contents of this repository are open-source licensed. However, it makes reference to non-open-source images and actually running Sourcegraph using this repository falls under Sourcegraph's [enterprise license terms](https://about.sourcegraph.com/pricing/). |
0 commit comments