We only want to show namespaces which are created by users. Since we're not using any kind of authentication, we can't "know" who is using the site at any given time, so we're not going to worry about only listing namespaces which are owned by the current user.
DoD
Only list namespaces which are part of the namespace creation
This would exclude namespaces like kube-system and other "system" things
Namespaces which are created by the application should include a label which defines them as such
We only want to show namespaces which are created by users. Since we're not using any kind of authentication, we can't "know" who is using the site at any given time, so we're not going to worry about only listing namespaces which are owned by the current user.
DoD
kube-system
and other "system" things