Question 72 of 284
Single answerYou deployed a new application inside your Google Kubernetes Engine cluster using the YAML file specified below.
You check the status of the deployed pods and notice that one of them is still in PENDING status:
You want to find out why the pod is stuck in pending status. What should you do?
You check the status of the deployed pods and notice that one of them is still in PENDING status:
You want to find out why the pod is stuck in pending status. What should you do?
AReview details of the myapp-service Service object and check for error messages.
BReview details of the myapp-deployment Deployment object and check for error messages.
✓CReview details of myapp-deployment-58ddbbb995-lp86m Pod and check for warning messages.
DView logs of the container in myapp-deployment-58ddbbb995-lp86m pod and check for warning messages.
✓
Correct Answer: C
Review details of myapp-deployment-58ddbbb995-lp86m Pod and check for warning messages.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.