Namespaces

Learn how we can create virtual clusters using namespaces.

We'll cover the following...

Introduction to Namespaces

The first thing to know is that Kubernetes Namespaces are not the same as kernel namespaces.

  • Kernel namespaces: They partition operating systems into virtual operating systems called containers. ...