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?
- AUse gcloud to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
- BUse gcloud to create a Kubernetes cluster. Use kubectl to create the deployment. (correct answer)
- CUse kubectl to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
- DUse kubectl to create a Kubernetes cluster. Use kubectl to create the deployment.
Reveal answer & explanationHide answer
The correct answer is B. Option B: Use gcloud to create a Kubernetes cluster. Use kubectl to create the deployment.