langgraph build
) and push it to a registry your Kubernetes 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-namespaceCluster-Autoscaler
is recommended to automatically provision new nodes.https://beacon.langchain.com
from your network. This is required for license verification and usage reporting if not running in air-gapped mode. See the Egress documentation for more details.langgraphPlatform
option. This will provision a few key resources.listener
: This is a service that listens to the 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.operator
: This operator handles changes to your LangGraph Platform CRDs.host-backend
: This is the control plane.langsmith_config.yaml
), enable the langgraphPlatform
option. Note that you must also have a valid ingress setup:
config:
langgraphPlatform:
enabled: true
langgraphPlatformLicenseKey: “YOUR_LANGGRAPH_PLATFORM_LICENSE_KEY”values.yaml
file, configure the hostBackendImage
and operatorImage
options (if you need to mirror images)