Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam with flashcards and multiple choice questions. Each question includes hints and explanations to help you study effectively. Get ready to pass your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which command is used to create a Kubernetes Cluster in Google Cloud?

  1. gcloud k8s clusters create

  2. gcloud create cluster

  3. gcloud container clusters create

  4. gcloud kube-cluster create

The correct answer is: gcloud container clusters create

The command used to create a Kubernetes cluster in Google Cloud is "gcloud container clusters create". This command specifically creates a cluster within the Google Cloud Container Engine, while the other options may be used to create clusters in other cloud services or may be invalid commands altogether.