Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your company is preparing to deploy a CI pipeline on Google Cloud Platform (GCP). To ensure the deployment is logically isolated, you need to create a Kubernetes namespace named 'production'. Which Kubernetes command should you use? (Select One)
A
kubectl namespace create production
B
kubectl create name production
C
kubectl ns create production
D
kubectl create ns production