Create a Kubernetes Namespace for the JRF Domain

Note:

Oracle recommends that you create a namespace and all the JRF domain resources in the format ${domain_name}-<resource_name>. For example: jrf00001-ns (namespace), jrf00001-property-configmap (configmap), and so on.

You should create a Kubernetes namespace for the JRF domain resource if you do not want to use the default namespace. Let the WebLogic Kubernetes Operator manage this namespace.

To create a namespace, run the following command:
kubectl create namespace <domain_name>-ns
For example:
kubectl create namespace jrf00001-ns
To allow the Operator to manage the namespace:
kubectl label namespace <domain_name>-ns weblogic-operator=enabled