Which kubectl command should be used to change the active vSphere namespace to namespace-01?
Which kubectl command should be used to change the active vSphere namespace to namespace-01?
To change the active context to a specific vSphere namespace, the correct command is 'kubectl config use-context namespace-01'. This command sets the default context to 'namespace-01', allowing users to run subsequent kubectl commands in that namespace.
https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/
Agree on A
Answer is "A"
Agree on A