Once you have the prerequsites met, you can deploy the Orbit Workbench environment. This will deploy the k8s cluster and the compute nodes, and install the applications that comprise the workbench.
This can be run multiple times. It takes approximately 50 minutes for the first deployment.
orbit deploy env -f <manifest.yaml>
Options:
-f, --filename TEXT The target Orbit Workbench manifest file (yaml).
[required]
--debug / --no-debug Enable detailed logging. [default: False]
--help Show this message and exit.
orbit destroy env -e <env-name>
Options:
-e, --env TEXT Destroy Orbit Environment. [required]
--preserve-credentials / --destroy-credentials
Preserve any docker credentials in Secrets
Manager. [default: True]
--debug / --no-debug Enable detailed logging. [default: False]
--help Show this message and exit.