
Ultimate access to all questions.
After deploying a new application in your Google Kubernetes Engine cluster using the provided YAML file, you notice one of the pods remains in a PENDING status. The other pod is running successfully. What is the best course of action to diagnose why the pod is stuck in pending status?
A
Inspect the logs of the container within the pending pod for any warning messages.
B
Examine the details of the Service object for any error messages related to the pending pod.
C
Describe the Deployment object to check for any error messages affecting the pod.
D
Review the details of the pending Pod object for any warning messages that might explain the status.