# Deploying Inference Graphs to Kubernetes We expect users to deploy their inference graphs using CRDs or helm charts. Prior to deploying an inference graph the user should deploy the Dynamo Cloud Platform. Dynamo Cloud acts as an orchestration layer between the end user and Kubernetes, handling the complexity of deploying your graphs for you. This is a one-time action, only necessary the first time you deploy a DynamoGraph. # 1. Please follow [Installing Dynamo Cloud](./dynamo_cloud.md) for steps to install. For details about the Dynamo Cloud Platform, see the [Dynamo Operator Guide](dynamo_operator.md) # 2. Follow [Examples](../../examples/README.md) to see how you can deploy your Inference Graphs.