Skip to main content
Version: 2.16.0

Step 2 - Create Glasswall Halo namespace

All services associated with Glasswall Halo are deployed to a dedicated Kubernetes namespace named cdrplatform.

Run the following commands to create the namespace and set it as the default for subsequent steps.

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