Google
ASSOCIATE-CLOUD-ENGINEER · Question #345
You created a Kubernetes deployment by running kubectl run nginx image=nginx labels=app=prod. Your Kubernetes cluster is also used by a number of other deployments. How can you find the identifier of
Sign in or unlock ASSOCIATE-CLOUD-ENGINEER to reveal the answer and full explanation for question #345. The question stem and answer options stay visible for context.
Submitted by javi_es· Mar 30, 2026Ensuring successful operation of a cloud solution
Question
You created a Kubernetes deployment by running kubectl run nginx image=nginx labels=app=prod. Your Kubernetes cluster is also used by a number of other deployments. How can you find the identifier of the pods for this nginx deployment?
Options
- Akubectl get deployments -output=pods
- Bgcloud get pods -selector="app=prod"
- Ckubectl get pods -I "app=prod"
- Dgcloud list gke-deployments -filter={pod }
Unlock ASSOCIATE-CLOUD-ENGINEER to see the answer
You've previewed enough free ASSOCIATE-CLOUD-ENGINEER questions. Unlock ASSOCIATE-CLOUD-ENGINEER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#kubectl label selector#pod filtering#GKE operations