Creating Kubernetes Namespaces
The AI-VAULT component runs in the mindx namespace of Kubernetes. Run the following commands on the Kubernetes management node to create the namespace and set a label name for the namespace:
kubectl create ns mindx kubectl label ns mindx name=mindx
Parent topic: Installation Preparations