Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 245 Bytes

show_log_output.md

File metadata and controls

12 lines (9 loc) · 245 Bytes

show logs from a pod

docs

  kubectl --namespace=<name> logs <pod> -f <container>

Example:

  kubectl --namespace=bodyweight-api logs api-1779665279-wzvoj -f rails