A

Admin • 802.91K Points
Coach

Q. Which command allows real-time monitoring of pod logs?

  • (A) kubectl get logs
  • (B) kubectl tail logs
  • (C) kubectl logs -f
  • (D) kubectl stream logs
  • Correct Answer - Option(C)
  • Views: 4
  • Filed under category Kubernetes
  • Hashtags:

Explanation by: Admin
The `-f` flag follows logs in real-time, similar to `tail -f`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.