List of questions
Related questions
Question 39 - 300-910 discussion
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”
Your answer:
0 comments
Sorted by
Leave a comment first