Kubernetes

What are namespaces?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Namespaces allow you split your cluster into virtual clusters where you can group your applications in a way that makes sense and is completely separated from the other groups (so you can for example create an app with the same name in two different namespaces)