QuestionQ246

Managing and provisioning a cloud solution infrastructure

The development team has supplied a Kubernetes Deployment file. You do not yet have any infrastructure and must 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.
Explanation

Use gcloud to create the Google Kubernetes Engine cluster, then use kubectl to submit and manage the Kubernetes Deployment. Google Cloud documentation identifies gcloud container clusters create-auto for cluster creation and kubectl as the Kubernetes command-line interface for creating Deployments.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!