Which Kubernetes command confirms that the service is running and usable?

A developer has created a deployment that should launch a pod to run their database service. The pod should launch with a metadata name of “Cisco-DB," and the developer has added it to the "Cisco" namespace in their deployment.
Which Kubernetes command confirms that the service is running and usable?
A. kubectl -n Cisco get services | grep “Cisco-DB”
B. kubectl -n Cisco get pods | grep “Cisco-DB”
C. kubectl get pods | grep “Cisco-DB”
D. kubectl -n Cisco get service | grep “Cisco-DB”

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.