Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

Create a Namespace

 

Creating a namespace is pretty simple. The kubectl command does the magic. You don’t need to have a YAML file:

And the new namespace dev is now created:

Now the webserver1 pod in dev namespace won’t conflict with webserver1 pod in the sales namespace: