Difficulty: Beginner
How do you see the logs of a Pod, including streaming?
Use `kubectl logs <pod-name>` or `kubectl logs -f <pod-name>` for a continuous stream.
Logs, Debugging
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.