Namespaces
Kubernetes Namespaces provide isolated virtual clusters within a single physical cluster. This enhances security, organization, and multi-tenancy by enabling resource quotas, access control, and preventing naming conflicts.
More Details: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
The Namespaces tab provides a comprehensive overview of all namespaces within your Kubernetes cluster. By selecting a specific namespace, you can explore a detailed inventory of all resources deployed within that particular namespace. Clicking on any individual resource within the selected namespace provides access to its detailed specifications.

You can also create a new namespace from this tab.
To create a namespace, simply:
- Click on the ‘+ Namespaces’ button
- Provide the yaml/json definition of the Namespace (You can write the definition here or upload it from your machine)
- Click on apply

Once the user click on Namespace users will see the following tabs