Creating a Kubernetes namespace

Before installing Ingress-Nginx, you are recommended to create a new Kubernetes namespace for the ingress resources.

For example, execute the following command to create a new namespace: ingress-basic-pscloudapp.

kubectl create namespace ingress-basic-pscloudapp