Namespaces #
A Riser Namespace has a one to one correlation with a Kubernetes Namespace. Namespaces provide a scope for names. App names of need to be unique within a Namespace, but not across Namespaces. Most Riser operations do not require specifying a Namespace. The default Namespace in Riser is named apps.
Creating a Namespace #
Use riser namespaces new (namespace name) to create a new Namespace.
Deleting a Namespace #
Deleting a Namespace has not yet been implemented.