Which are the following Kubernetes namespaces used in the lab? code example
Example: kubectl switch namespace command
kubectl config set-context --current --namespace=<insert-namespace-name-here>
# Validate it
kubectl config view --minify | grep namespace: