All services associated with Glasswall Halo are deployed to a namespace within the target cluster.
Create the namespace and set the default context for the subsequent commands to be this newly created namespace by running the following commands.
kubectl create namespace "cdrplatform"
kubectl config set-context --current --namespace="cdrplatform"