Kubernetes
Contexts and Namespaces
Get the current namespace
04-11-2023, source: StackOverflow
kubectl config view --output 'jsonpath={.contexts[?(@.name=="'$(kubectl config current-context)'")].context.namespace}';echo
04-11-2023, source: StackOverflow
kubectl config view --output 'jsonpath={.contexts[?(@.name=="'$(kubectl config current-context)'")].context.namespace}';echo