Deploy Sourcegraph to a Kubernetes cluster for large-scale code search and intelligence
Перейти к файлу
davejrt 76bef1d0dc
update crb, fix dead link (#2117)
2021-03-16 09:26:09 -05:00
.buildkite Remove disk cleanup as it was moved to https://github.com/sourcegraph/background-jobs (#1796) 2021-02-09 18:07:38 +00:00
.github Remove status triggers for automerge (#2073) 2021-03-12 12:25:51 +01:00
.vscode Drop .vscode go extentsion (#1165) 2020-10-27 14:15:41 -07:00
base update crb, fix dead link (#2117) 2021-03-16 09:26:09 -05:00
configure Update Sourcegraph Docker insiders images (#1939) 2021-03-01 12:48:25 +01:00
docs update crb, fix dead link (#2117) 2021-03-16 09:26:09 -05:00
overlays update minikube overlay with cluster role bindings (#2027) 2021-03-09 15:28:10 -05:00
tests/integration ci: fix label for restricted test (#1934) 2021-02-26 19:02:05 +00:00
tools tools: generate docker tags args from sourcegraph/sourcegraph (#1382) 2020-12-01 06:08:03 -05:00
.editorconfig update outpdated k8s apis (#598) 2020-04-08 16:03:45 -07:00
.gitignore Ignore dhall files (#1053) 2020-10-08 08:50:34 -07:00
.nvmrc upgrade pulumi version to 1.12.0 (#544) 2020-03-10 16:11:01 -07:00
.tool-versions update outpdated k8s apis (#598) 2020-04-08 16:03:45 -07:00
README.dev.md releasing: note that step is done by release tool (#1314) 2020-11-18 00:28:01 +08:00
README.md README: clarify alternatives to Kubernetes (#1801) 2021-02-09 15:47:13 -07:00
create-new-cluster.sh apply-all script: allow specifying additional flags (#685) 2020-05-13 10:04:30 -07:00
go.mod Update github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images commit hash to 2309273 (#1393) 2020-12-14 17:23:19 -08:00
go.sum Update github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images commit hash to 2309273 (#1393) 2020-12-14 17:23:19 -08:00
kubectl-apply-all.sh prometheus: add consistent alert labels (#786) 2020-07-13 17:06:43 +08:00
overlay-generate-cluster.sh overlays: collect PVCs into a separate base (#815) 2020-08-13 07:58:12 -07:00
renovate.json renovate: only update images list by commit, automerge (#1392) 2020-12-01 07:10:18 -05:00
yarn.lock upgrade pulumi version to 1.12.0 (#544) 2020-03-10 16:11:01 -07:00

README.md

Sourcegraph on Kubernetes

sourcegraph: search master build status

🚨 IMPORTANT: When upgrading Sourcegraph, please check upgrading docs to check if any manual migrations are necessary.

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 3.19.

Deploying Sourcegraph into a Kubernetes cluster is for organizations that need highly scalable and available code search and code intelligence. This repository contains documentation for creating, updating, and maintaining a Sourcegraph cluster.

For product and pricing information, visit about.sourcegraph.com or contact us for more information. If you're just starting out, we recommend running Sourcegraph as a single Docker container or using Docker Compose. Migrating to Sourcegraph on Kubernetes is easy later.

Is Kubernetes the right deployment type for me?

Please see our docs for comparisons of deployment types and our resource estimator.

Contributing

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) or a pull request and we will respond promptly!

Questions & Issues

Open an issue (in sourcegraph/sourcegraph) or contact us (support@sourcegraph.com), we are happy to help!