Instances
Information about Sourcegraph’s different instances.
- sourcegraph.com is our production deployment.
- k8s.sgdev.org is a dogfood deployment that replicates the scale of our largest customers. This deployment also contains all of our private code.
- Managed instances are deployments of Sourcegraph we manage for customers.
- demo.sourcegraph.com is a managed instance used for CE demos.
- devmanaged.sourcegraph.com is a managed instance used for managed instances development.
For deployments of Sourcegraph we manage for customers, see managed instances.
Also see playbooks for common actions related to operating our Sourcegraph deployments.
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
This deployment also includes our documentation and about sites.
🐶 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 deploys the latest Sourcegraph images via ArgoCD
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
Managed instances
Managed instances are deployments of Sourcegraph we manage for customers. We also maintain some internal managed instances for various use cases.
demo.sourcegraph.com
This deployment is 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.