Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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 Kubernetes command accomplishes this?
A
kubectl namespace create production
B
kubectl create ns production
C
kubectl ns create production
D
kubectl create namespace production