dynamo deployment create $DYNAMO_TAG-n$HELM_RELEASE
dynamo deployment create $DYNAMO_TAG-n$DEPLOYMENT_NAME
```
```
4.**Test the deployment**
4.**Test the deployment**
Once you create the Dynamo deployment, a pod prefixed with `yatai-dynamonim-image-builder` will begin running. Once it finishes running, it will create the pods necessary. Once the pods prefixed with `$HELM_RELEASE` are up and running, you can test out your example!
Once you create the Dynamo deployment, a pod prefixed with `yatai-dynamonim-image-builder` will begin running. Once it finishes running, it will create the pods necessary. Once the pods prefixed with `$HELM_RELEASE` are up and running, you can test out your example!
Find your frontend pod using one of these methods:
```bash
```bash
# Forward the service port to localhost
# Method 1: List all pods and find the frontend pod manually