Exploring the Existing Namespaces
In this lesson, we will explore and discuss briefly about the existing Namespaces.
We'll cover the following
Now that we know that our cluster has multiple Namespaces, let’s explore them a bit.
Getting the Existing Namespaces
We can list all the Namespaces through the kubectl get namespaces
command. As with the most of the other Kubernetes objects and resources, we can also use a shortcut ns
instead of the full name.
Get hands-on with 1400+ tech skills courses.