TECHIES WORLD

For Techs.... Techniques.... Technologies....

AWSBashLinux

How to create namespace in Kubernates

We can use the kubectl command to create namespace in Kubernates.

#kubectl create namespace <namespace-name>

Here we need to replace namespace-name with the name of the required namespace.

That's all…

Leave a Reply