
Ultimate access to all questions.
When preparing to deploy a CI pipeline on GCP, you need to ensure the correct syntax for creating a Kubernetes namespace named 'production' to logically isolate the deployment. Which of the following Kubernetes commands accomplishes this?
A
kubectl ns create production
B
kubectl create namespace production
C
kubectl namespace create production
D
kubectl create ns production