Files
langgraph/docs/docs/concepts/langgraph_self_hosted_control_plane.md
T
Eugene YurtsevandGitHub 7170a9f0f4 docs: apply boosts and tag a few things (#4455)
Manual pass to apply a few heuristics:

* Boost conceptual pages
* Deboost (is that a word?) index pages that list all content
* Prefer Agents pages if search query contains the word "agent"
* Add tags for a few selected pages
2025-04-29 13:56:57 -04:00

1.4 KiB

search
search
boost
2

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.