Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your development team has handed you a Kubernetes Deployment file, but there's no existing infrastructure to deploy it on. What's your next step?
A
Utilize kubectl to establish a Kubernetes cluster and then use Deployment Manager for the deployment.
kubectl
B
First, create a Kubernetes cluster with gcloud, then deploy the application using kubectl.
gcloud
C
Deploy the application directly using kubectl without setting up a Kubernetes cluster first.
D
Set up a Kubernetes cluster using kubectl and manage the deployment with kubectl as well.