Quick Start Cluster Namespace Application Helm Apps F.A.Q

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:

  1. Click on the ‘+ Namespaces’ button
  2. Provide the yaml/json definition of the Namespace (You can write the definition here or upload it from your machine)
  3. Click on apply

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


Namespace Specific Components