Forrest logo
back to context overview

stern

List of commands for stern:

  • stern:tldr:2620e stern: Tail matched pods from 15 minutes ago.
    $ stern ${pod_query} --since ${15m}
    try on your machine
    explain this command
  • stern:tldr:45be1 stern: Tail all pods with a specific status.
    $ stern . --container-state ${select}
    try on your machine
    explain this command
  • stern:tldr:5d493 stern: Tail matched pods from all namespaces.
    $ stern ${pod_query} --all-namespaces
    try on your machine
    explain this command
  • stern:tldr:9036a stern: Tail all pods within a current namespace.
    $ stern .
    try on your machine
    explain this command
  • stern:tldr:a18a9 stern: Tail matched pods with a specific label.
    $ stern ${pod_query} --selector ${release=canary}
    try on your machine
    explain this command
back to context overview