Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shahabedinh/aae6ca5fc7bb61a8920ec3ec4b2a3868 to your computer and use it in GitHub Desktop.
Save shahabedinh/aae6ca5fc7bb61a8920ec3ec4b2a3868 to your computer and use it in GitHub Desktop.
Kubernetes Logging Useful Commands Cheat Sheet

stream logs

kubectl -n logs -f <pod_name>

Example

kubectl -n mongodb logs -f ops-manager-0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment