Instances
Information about Sourcegraph’s different instances. For deployments of Sourcegraph we manage for customers, see managed instances.
sourcegraph.com
This deployment is also colloquially referred to as “Sourcegraph Cloud”, “Cloud”, and “dot-com”. It is the public deployment available to the public at sourcegraph.com/search.
sourcegraph.com
deploys the latest changes from sourcegraph/sourcegraph
on a schedule via Renovate
🐶 For dogfooding changes, use k8s.sgdev.org instead, which generally receives updates faster.
- dot-com cluster on GCP
gcloud container clusters get-credentials cloud --zone us-central1-f --project sourcegraph-dev
- Kubernetes configuration
- Infrastructure configuration
- Alerts:
#alerts-cloud
and OpsGenie - Playbooks
k8s.sgdev.org
This deployment is also colloquially referred to as “dogfood”, “dogfood-k8s”, or just “k8s”. This is the Sourcegraph instance to use for dogfooding changes to Sourcegraph. It contains Sourcegraph private code, and generally receives the latest changes within 20 to 30 minutes.
k8s.sgdev.org
deploys the latest changes in deploy-sourcegraph
, and by extension, sourcegraph/sourcegraph
, via automated updates - learn more in deployment basics.
🚨 This deployment contains private code - for demos, use demo.sourcegraph.com instead.
- dogfood cluster on GCP
gcloud container clusters get-credentials dogfood --zone us-central1-f --project sourcegraph-dogfood
- Kubernetes configuration
- Infrastructure configuration
- Alerts:
#alerts-dogfood-k8s
- Playbooks
🚢 Changes not deployed yet? Check if
deploy-sourcegraph
updates ordeploy-sourcegraph-dogfood-k8s-2
updates are blocked.
sourcegraph.sgdev.org
This deployment runs the single-image version of Sourcegraph. It is deployed by the infrastructure repository and uses the shared dogfood
cluster (also used by k8s.sgdev.org).
🚨 This deployment contains private code - for demos, use demo.sourcegraph.com instead.
🐶 This deployment is not always up to date - for dogfooding changes, use k8s.sgdev.org instead.
- dogfood cluster on GCP
gcloud container clusters get-credentials dogfood --zone us-central1-f --project sourcegraph-dogfood
- Kubernetes configuration
- Infrastructure configuration
demo.sourcegraph.com
This deployment is a managed instance used by Sourcegraph CE for demos.
devmanaged.sourcegraph.com
This deployment is a managed instance used by Distribution for experimenting with managed instances in general.