Beginner
Kubernetes
Q15 / 100
What does the term "kubectl logs <pod-name>" do?
Correct! Well done.
Incorrect.
The correct answer is B) Retrieves the logs from a container within the specified pod
B
Correct Answer
Retrieves the logs from a container within the specified pod
Explanation
"kubectl logs" fetches the stdout/stderr output of a container in a pod, useful for debugging application issues.
Progress
15/100