Question 31 of 126
Single answerWhen upgrading Cloud Pak (or Integration and switching from Common Services (CS) monitoring to OpenShift monitoring,
what command will check whether CS monitoring is enabled?
✓Aoc get pods -n ibm-common-services | grep monitoring
Boc list pods -A | grep -i monitoring
Coc describe pods/ibm-common-services | grep monitoring
Doc get containers -A
✓
Correct Answer: A
oc get pods -n ibm-common-services | grep monitoring
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of IBM certification topics.