
Ultimate access to all questions.
As part of a pilot project for implementing Kubernetes at your logistics startup, your team is experimenting with various Kubernetes YAML configurations for a test app. After executing the command kubectl get pods -l app=helloworld, you notice one of the pods remains in a PENDING state. You're tasked with debugging the issue. What should you do?
A
Examine the helloworld-service Service object for error messages.
B
Review the helloworld-deployment Deployment object for error messages.
C
Check the pending pod helloworld-deployment-a1b2c3-lp88c for warning messages.
D
Inspect the logs of the container in the pending pod helloworld-deployment-a1b2c3-lp88c for warning messages.