GCP ACE · Question 23 · Domain 3.2: Deploying and implementing GKE resources
You have a GKE cluster running and you have written a Kubernetes Deployment manifest file named app-deployment.yaml. You want to deploy this application to your cluster.
Which command should you run?
Answer options:
gcloud container deployments create app-deployment.yaml
kubectl apply -f app-deployment.yaml
kubectl run app-deployment.yaml
gcloud run deploy --file app-deployment.yaml
50 questions · hints · full answers · grading