
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 machineexplain this command
-
stern:tldr:45be1 stern: Tail all pods with a specific status.$ stern . --container-state ${select}try on your machineexplain this command
-
stern:tldr:5d493 stern: Tail matched pods from all namespaces.$ stern ${pod_query} --all-namespacestry on your machineexplain this command
-
stern:tldr:9036a stern: Tail all pods within a current namespace.$ stern .try on your machineexplain this command
-
stern:tldr:a18a9 stern: Tail matched pods with a specific label.$ stern ${pod_query} --selector ${release=canary}try on your machineexplain this command