List of questions
Related questions
Question 212 - Associate Cloud Engineer discussion
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?
A.
kubectl get deployments --output=pods
B.
gcloud get pods --selector=''app=prod''
C.
kubectl get pods -I ''app=prod''
D.
gcloud list gke-deployments -filter={pod }
Your answer:
0 comments
Sorted by
Leave a comment first