Self-Hosted Control Plane¶
There are two versions of the self-hosted deployment: Self-Hosted Data Plane and Self-Hosted Control Plane.
Important
The Self-Hosted Control Plane deployment option is currently in beta stage and requires an Enterprise plan.
Requirements¶
- You use
langgraph-cli
and/or LangGraph Studio app to test graph locally. - You use
langgraph build
command to build image. - You have a Self-Hosted LangSmith instance deployed.
- You are using Ingress for your LangSmith instance. All agents will be deployed as Kubernetes services behind this ingress.
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 gives 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 enable this on your LangSmith instance, please follow the Self-Hosted Control Plane deployment guide.