0 votes
in Kubernetes K8s by
What is a Namespace in Kubernetes?

1 Answer

0 votes
by

Namespaces are used for dividing cluster resources between multiple users. They are meant for environments where there are many users spread across projects or teams and provide a scope of resources.

...