Step 2 - Create Glasswall Halo namespace

Prev Next

All services associated with Glasswall Halo are deployed to a namespace within the target cluster.

Create the namespace and then set the default context for the subsequent commands to be this newly created namespace.

kubectl create namespace "cdrplatform"
kubectl create namespace "license-management"
kubectl config set-context --current --namespace="cdrplatform"