Valid C_KYMD_01 Dumps shared by ExamDiscuss.com for Helping Passing C_KYMD_01 Exam! ExamDiscuss.com now offer the newest C_KYMD_01 exam dumps, the ExamDiscuss.com C_KYMD_01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com C_KYMD_01 dumps with Test Engine here:
Which command lists the pods in a specific namespace?
Correct Answer: A
Explanation The command kubectl get pods -n <namespace> lists the pods in a specific namespace. This command uses the -n flag to specify the namespace and the get pods subcommand to retrieve the pod resources. The output shows the name, status, restarts, and age of each pod in the namespace1. You can also use the -o wide flag to show more details, such as the node where the pod is running2. References: 1: Get a Shell to a Running Container 2: List pods per namespace in kubernetes