04 Create Namespace

A Kubernetes cluster, can be split up logical, to seperate different application etc, by using Namespaces We will use them, to give each student, their own namespace. Note there is no security in place, to seperate namespaces. So if you make a typo, you will deploy or delete in another namespace, than your own.

kubectl create ns studentx
kubectl get ns