Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the resources in a specific namespace #82

Open
chaen opened this issue Jan 19, 2024 · 1 comment
Open

Create the resources in a specific namespace #82

chaen opened this issue Jan 19, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@chaen
Copy link
Contributor

chaen commented Jan 19, 2024

It is bad practice to put our resources in the default namespace

@chaen chaen added the help wanted Extra attention is needed label Jan 19, 2024
@aldbr
Copy link
Contributor

aldbr commented Jun 21, 2024

The documentation states:

Namespaces are intended for use in environments with many users spread across multiple teams, or projects. For clusters with a few to tens of users, you should not need to create or think about namespaces at all. Start using namespaces when you need the features they provide.

For the demo, it is likely fine to have resources in the default namespace, isn't it?

Of course, for production use, one would need to create a specific namespace, as clearly explains here:

For a production cluster, consider not using the default namespace. Instead, make other namespaces and use those.

What are you expecting exactly here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants