ExamGecko
Question list
Search
Search

Question 37 - JN0-213 discussion

Report
Export

You want to view pods with their IP addresses in OpenShift.

Which command would you use to accomplish this task?

A.
oc get pods -o yaml
Answers
A.
oc get pods -o yaml
B.
oc get pods
Answers
B.
oc get pods
C.
oc get all
Answers
C.
oc get all
D.
oc get pods -o wide
Answers
D.
oc get pods -o wide
Suggested answer: D

Explanation:

To view pods with their IP addresses in OpenShift, you would use the commandoc get pods -o wide23.This command provides additional information such as the IP address and the node where the pod is located23. Reference from Juniper site:OpenShift Documentation,Stack Overflow

asked 18/09/2024
Novy Kingra
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first