Standalone Container¶
To deploy a LangGraph Server, follow the how-to guide for how to deploy a Standalone Container.
Overview¶
The Standalone Container deployment option is the least restrictive model for deployment. There is no control plane. Data plane infrastructure is managed by you.
Control plane | Data plane | |
---|---|---|
What is it? | n/a |
|
Where is it hosted? | n/a | Your cloud |
Who provisions and manages it? | n/a | You |
Warning
LangGraph Platform should not be deployed in serverless environments. Scale to zero may cause task loss and scaling up will not work reliably.
Architecture¶
Compute Platforms¶
Kubernetes¶
The Standalone Container deployment option supports deploying data plane infrastructure to a Kubernetes cluster.
Docker¶
The Standalone Container deployment option supports deploying data plane infrastructure to any Docker-supported compute platform.
Lite vs. Enterprise¶
The Standalone Container deployment option supports both of the server versions:
- The
Lite
version is free, but has limited features. - The
Enterprise
version has custom pricing and is fully featured.
For more details on feature difference, see LangGraph Server.