Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have a Kubernetes Deployment file provided by the development team, but no existing infrastructure. What is the first step to deploy the application?
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.