How to list all namespaces?

0184

To list all namespaces in a Kubernetes cluster, you can use the following command:

kubectl get namespaces

This command will display a list of all namespaces currently available in your cluster.

0 Comments

no data
Be the first to share your comment!