Files
langgraph/docs/docs/concepts/langgraph_standalone_container.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.2 KiB

search
search
boost
2

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
  • LangGraph Servers
  • Postgres, Redis, etc
Where is it hosted? n/a Your cloud
Who provisions and manages it? n/a You

Architecture

Standalone Container

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.