Sourcegraph DocsSourcegraph Docs
  • Code Intelligence

    • Cody
    • Code Search
  • Code Management

    • Batch Changes
    • Code Navigation
    • Code Monitoring
    • Code Ownership
    • Code Insights
    • Notebooks
  • Platform

    • Sourcegraph Admin
    • Sourcegraph Cloud
    • Integrations
    • Development
  • CLI & API

    • Sourcegraph CLI
    • Sourcegraph GraphQL API
    • Sourcegraph Stream API
  • Help & Support

    • SLAs & Premium Support
    • Tutorials
    • Sourcegraph Accounts
    • Changelog
  1. Docs
  2. dev
  3. background-information
  4. codeintel
  5. deployment

Deploying code navigation services

Most of the code navigation logic lives inside of the Sourcegraph instance and are deployed via docker, docker-compose, or Kubernetes configuration.

The executor service, which runs user-supplied code to produce and upload code graph indexes, is deployed directly onto compute nodes in its own GCP project. This services requires certain Linux kernel extensions to operate, which are not available within a Kubernetes cluster. The deployment for this service is managed through Terraform.

On this page

  1. Deploying code navigation services