langgraph build
) and push it to a registry your Kubernetes cluster or Amazon ECS cluster has access to.KEDA
is installed on your cluster.
helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda —namespace keda —create-namespaceIngress
controller is installed on your cluster.Cluster-Autoscaler
is recommended to automatically provision new nodes.langgraph-listener
: This is a service that listens to LangChain’s control plane for changes to your deployments and creates/updates downstream CRDs.LangGraphPlatform CRD
: A CRD for LangGraph Platform deployments. This contains the spec for managing an instance of a LangGraph Platform deployment.langgraph-platform-operator
: This operator handles changes to your LangGraph Platform CRDs.langgraph-dataplane-values.yaml
file.
config:
langsmithApiKey: "" # API Key of your Workspace
langsmithWorkspaceId: "" # Workspace ID
hostBackendUrl: “https://api.host.langchain.com” # Only override this if on EU
smithBackendUrl: “https://api.smith.langchain.com” # Only override this if on EUlanggraph-dataplane
Helm chart.
helm repo add langchain https://langchain-ai.github.io/helm/
helm repo update
helm upgrade -i langgraph-dataplane langchain/langgraph-dataplane —values langgraph-dataplane-values.yaml