Skip to content

Self-Hosted Data Plane (Beta)

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

Overview

LangGraph Platform's Self-Hosted Data Plane deployment option is a "hybrid" model for deployemnt where we manage the control plane in our cloud and you manage the data plane in your cloud.

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? LangChain's cloud Your cloud
Who provisions and manages it? LangChain You

Architecture

Self-Hosted Data Plane Architecture

Compute Platforms

Kubernetes

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

Amazon ECS

Coming soon...

Comments