exam questions

Exam Professional Cloud Architect All Questions

View all questions & answers for the Professional Cloud Architect exam

Exam Professional Cloud Architect topic 1 question 61 discussion

Actual exam question from Google's Professional Cloud Architect
Question #: 61
Topic #: 1
[All Professional Cloud Architect Questions]

The development team has provided you with a Kubernetes Deployment file. You have no infrastructure yet and need to deploy the application. What should you do?

  • A. Use gcloud to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
  • B. Use gcloud to create a Kubernetes cluster. Use kubectl to create the deployment.
  • C. Use kubectl to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
  • D. Use kubectl to create a Kubernetes cluster. Use kubectl to create the deployment.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MeasService
Highly Voted 5 years, 2 months ago
It has to be B. gcloud for creating cluster and kubectl for creating deployment
upvoted 54 times
...
KouShikyou
Highly Voted 5 years, 2 months ago
May I ask why C is correct? I thought B was correct.
upvoted 26 times
nitinz
3 years, 9 months ago
B, gcloud to manage GKE and to manage pods use kubctl.
upvoted 2 times
...
kumarp6
4 years, 1 month ago
B is correct, when you create a nodes in GKE you use gcloud rather than kubectl...
upvoted 4 times
...
res3
4 years, 5 months ago
yeap, gcloud command to create K8s cluster https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-cluster
upvoted 4 times
tartar
4 years, 4 months ago
B is ok
upvoted 9 times
...
...
...
simiramis221
Most Recent 1 year ago
Answer is B %100
upvoted 1 times
...
vamgcp
1 year, 10 months ago
Create a Google Kubernetes Engine (GKE) cluster: You can use the Google Cloud Console or the gcloud command-line tool to create a GKE cluster, which will provide the underlying infrastructure for running your application. Deploy the application to the cluster: You can use the kubectl command-line tool to apply the Kubernetes Deployment file provided by the development team to the cluster.kubectl apply -f deployment.yaml
upvoted 4 times
...
megumin
2 years, 1 month ago
Selected Answer: B
B is ok
upvoted 1 times
...
Mahmoud_E
2 years, 1 month ago
Selected Answer: B
is the correct answer https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-cluster
upvoted 1 times
...
Mahmoud_E
2 years, 1 month ago
B is the correct answer cluster https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-cluster
upvoted 1 times
...
AzureDP900
2 years, 2 months ago
B is right
upvoted 1 times
...
SAMBIT
2 years, 9 months ago
Kubctle comes live only when cluster has been created in the cloud console using cloud command
upvoted 2 times
...
ghadxx
2 years, 10 months ago
Selected Answer: B
Deployment Manager is used to automate the process of provisioning infrastructure. Therefore, gcloud and Deployment Manager do the same thing. Meanwhile, kubectl is used to run commands against an already created cluster.
upvoted 9 times
...
haroldbenites
3 years ago
Go for B. gcloud for create clusters. kubectl is used when the cluster already has been created. For example to create deployments. Kubectl has configured a config file where is specified the default cluster.
upvoted 2 times
...
vincy2202
3 years ago
B is correct
upvoted 1 times
...
Zinhle
3 years, 1 month ago
Hi all may someone please share the link for the bank of questions because I cannot seem to locate them. thank you
upvoted 1 times
...
MaxNRG
3 years, 1 month ago
B – use gcloud to create cluster, use kubectl to create a deployment. https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-zonal-cluster In fact, kubectl run creates a deployment. https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app
upvoted 2 times
...
ale183
3 years, 3 months ago
Question for all , do we know if only new questions are part of the bank for new exam? Have any of the old questions appeared on new exam?
upvoted 3 times
...
xaliq
3 years, 3 months ago
B is corrent
upvoted 1 times
...
Raja101
3 years, 3 months ago
Why not A ?
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...