If you wish to expose your Dynamo Cloud Platform externally, you can setup the following environment variables:
```bash
# if using ingress
export INGRESS_ENABLED="true"
export INGRESS_CLASS="nginx"# or whatever ingress class you have configured
# if using istio
export ISTIO_ENABLED="true"
export ISTIO_GATEWAY="istio-system/istio-ingressgateway"# or whatever istio gateway you have configured
```
Running the installation script with `--interactive` will guide you through the process of exposing your Dynamo Cloud Platform externally if you don't want to set these environment variables manually.
2. [One-time Action] Create a new kubernetes namespace and set it as your default.