Skip to content

Self-Hosted Control Plane (Beta)

To deploy a LangGraph Server, follow the how-to guide for how to deploy the Self-Hosted Control Plane.

Overview

The Self-Hosted Control Plane deployment option is a fully self-hosted model for deployment where you manage the control plane and data plane in your cloud (this option implies that the data plane is self-hosted).

Control Plane Data Plane
What is it?
  • Control Plane UI for creating deployments and revisions
  • Control Plane APIs for creating deployments and revisions
  • Data plane "listener" for reconciling deployments with control plane state
  • LangGraph Servers
  • Postgres, Redis, etc
Where is it hosted? Your cloud Your cloud
Who provisions and manages it? You You

Architecture

Self-Hosted Control Plane Architecture

Compute Platforms

Kubernetes

The Self-Hosted Control Plane deployment option supports deploying control plane and data plane infrastructure to any Kubernetes cluster.

Comments