Id: tutorials-namespace title: Create a namespace sidebar_label: “Create a namespace” description: Learn how to create and verify a namespace in Pulsar.
Namespaces can be managed via:
In this tutorial, we create a namespace called pulsar in the tenant apache. Then we list namespaces of tenant apache to see if the namespace is created successfully.
To create the namespace, use the following command.
bin/pulsar-admin namespaces create apache/pulsar
To verify the namespace, use the following command.
bin/pulsar-admin namespaces list apache
You should see similar output to show the namespace apache/pulsar has been successfully created.