8.1.2 Creating a Kubernetes Namespace for Traefik

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