Default Namespaces
Learn about the Kubernetes default Namespace.
We'll cover the following...
Namespaces in clusters
Every Kubernetes cluster has a set of pre-created Namespaces. We can retrieve the names of all these Namespaces by executing the kubectl get
command. ...