QuestionQ246
Managing and provisioning a cloud solution infrastructureThe 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.
Community Discussion