8.2 Creating a Kubernetes Namespace for NGINX

Create a Kubernetes namespace for the NGINX deployment by running the following command:
kubectl create namespace <namespace>
For example:
kubectl create namespace mynginxns
The output will look similar to the following:
namespace/mynginxns created