Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 5V0-23.20 topic 1 question 94 discussion

Actual exam question from VMware's 5V0-23.20
Question #: 94
Topic #: 1
[All 5V0-23.20 Questions]

Which command will display the container image(s) used in a vSphere pod deployment name nginx-deployment?

  • A. kubectl get deployment nginx-deployment
  • B. kubectl get pod nginx
  • C. kubectl describe deployment nginx-deployment
  • D. docker ps
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
obeythefist
1 year ago
Selected Answer: C
Going with C, here's why. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ A. kubectl get deployment nginx-deployment - No, this won't list the images in use. B. kubectl get pod nginx - No (that's not even the name of the thing) C. kubectl describe deployment nginx-deployment - Yes, this lists all the images in use (see the link) D. docker ps - Wow, this would just list all running docker processes... not even the images in use, just the current containers. And not even the context of the deployment. Wrong wrong wrong.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...