7.1 Creating a Kubernetes Namespace
Create a Kubernetes namespace for the Oracle Unified Directory (OUD) deployment by running
the following
command:
kubectl create namespace <namespace>
For example:
kubectl create namespace oudns
The output
will look similar to the
following:namespace/oudns created