Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with setting up a new development Kubernetes cluster named 'project-1-cluster' that consists of 3 nodes. Which of the following commands correctly creates this cluster?
A
gcloud container clusters create project-1-cluster --num-nodes 3
B
kubectl clusters create project-1-cluster 3
C
kubectl clusters create project-1-cluster --num-nodes 3
D
gcloud container clusters create project-1-cluster 3