Namespaces
Namespaces – In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces.
Create a namespace.
List one or more namespaces.
Display the detailed state of one or more namespaces.
Delete a namespace.
Edit and update the definition of a namespace.
Display Resource (CPU/Memory/Storage) usage for a namespace.
Last updated