Namespaces Kubernetes
What is a Namespace?
Namespace 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 a namespace.
Namespace-based scoping is applicable only for names...
mehdipasha.hashnode.dev3 min read