I am trying to figure out how to list all namespaces in a cluster: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
something like:
kubectl describe cluster --namepaces -o json
anyone know how to list all the namespaces in a K8S/EKS cluster?