Kubernetes - Namespaces
What will be the output of the command
kubectl get namespaces after applying this YAML?apiVersion: v1 kind: Namespace metadata: name: test-env
