mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 12:19:58 +02:00
@lnhsingh, let me know if you're ok with this copy and messaging placement.
1.9 KiB
1.9 KiB
Self-Hosted Control Plane
There are two versions of the self-hosted deployment: Self-Hosted Data Plane and Self-Hosted Control Plane.
!!! important "Beta" The Self-Hosted Control Plane deployment option is currently in beta stage.
Requirements
- You use
langgraph-cliand/or LangGraph Studio app to test graph locally. - You use
langgraph buildcommand to build image.
Self-Hosted Control Plane
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 give you full control and responsibility of the control plane and data plane infrastructure.
| Control plane | Data plane | |
|---|---|---|
| What is it? |
|
|
| Where is it hosted? | Your cloud | Your cloud |
| Who provisions and manages it? | You | You |
Architecture
Compute Platforms
- Kubernetes: The Self-Hosted Control Plane deployment option supports deploying control plane and data plane infrastructure to any Kubernetes cluster.
!!! tip If you would like to deploy to Kubernetes, you can use this Helm chart.
