← Debugging120 / 640
easykubectl

Stream live log output from a pod container in real time

command

kubectl logs -f POD_NAME

also accepted

kubectl logs -fkubectl logs --follow POD_NAME

Command breakdown

Part of the Kubernetes CLI (kubectl) — Debugging category.

kubectllogs-fPOD_NAME
FlagPurpose
-fBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →