February 2018
Beginner
290 pages
7h 28m
English
Namespaces allows us to run multiple virtual Kubernetes clusters on the same physical cluster, thereby allowing the same names of systems in different namespaces.
If you are wondering where this might be useful, consider a scenario where a central IT team has deployed a cluster that is used by multiple project teams. Now, two teams can't create the same pod name if we did not have namespaces. We could also provide a quota for namespaces.
The following diagram should ...
Read now
Unlock full access