dynamo deployment create $DYNAMO_TAG--no-wait-n$HELM_RELEASE
```
To delete an existing Dynamo deployment:
```bash
kubectl delete dynamodeployment $HELM_RELEASE
```
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!
dynamo deployment create $DYNAMO_TAG--no-wait-n$DEPLOYMENT_NAME-f ./configs/agg.yaml
```
To delete an existing Dynamo deployment:
```bash
kubectl delete dynamodeployment $DEPLOYMENT_NAME
```
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, pods will be created using the image that was built. Once the pods prefixed with `$DEPLOYMENT_NAME` are up and running, you can test out your example!