Back
Final Quiz
Please answer the questions below to complete the quiz.
Question 1
The command > kubectl logs my-pod outputs ...
stdout (standard output) of the container in the Pod
Kubernetes throw errors in regard to the Pod
Data of the Pod - like the number of replicas
Question 2
The Pod frontend in the namespace webapp doesn’t work as expected. Which commands can you use to get more information about that?
kubectl get pods -n webapp -o wide
kubectl describe pod frontend -n webapp
kubectl logs frontend -n webapp
kubectl get events -n webapp
kubectl get events
kubectl get errors -n webapp
Submitting your answers...
Submit
close