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