Your personal namespace is now ready to use. You can list the pods there but you won't have any
until you create some.
```
kubectl get pods
```
Remember to set your KUBECONFIG to point at your kube-config file whenever you start a new shell
to use kubectl in.
More advanced config scenarios are documented [here](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#set-the-kubeconfig-environment-variable)
## Admins: how to create a namespace
When someone requests a namespace, run these commands to create one based on their blazerid. Namespaces
have to follow DNS naming conventions, so only alphanums and dashes with alphanums at start and end.