4.5 Creating the OHS Namespace
Create a Kubernetes namespace for Oracle HTTP Server (OHS).
Run the following command to create a namespace for
OHS:
kubectl create namespace <namespace> For
example:kubectl create namespace ohsns The output will look
similar to the following:namespace/ohsns created