stern
stern copied to clipboard
⎈ Multi pod and container log tailing for Kubernetes
Given I have `pods` with name `test1` and `test2` in the same namespace, running `stern test`, logs produced are for both pods showing the pod names in the same color...
This is very useful for debugging daemonsets that run on every node. In this case the name of the node is way more helpful then the generated pod name.
Now that the Apple M1 devices are getting more prevalent, especially among engineers, it would be really nice to have an arm64 binary pre-built and downloadable for `stern`.
Related to: - https://github.com/wercker/stern/issues/72 - https://github.com/wercker/stern/issues/103 - https://github.com/wercker/stern/issues/68 Stern is very useful and great but there are some cases where it requires additional commands. It would be nice to have...
replace __kubectl with __stern_kubectl, to not interference with kubectl bash completion
This tool is incredibly useful, but based on the age of some issues and pull requests it seems it may no longer be maintained?
This project is dead. Please use https://github.com/stern/stern
Hello. Is it possible to add a flag to stern to stop tailing after all available logs are shown? Would be very useful when you need to print logs from...
Let's say I want to filter my ingress JSON logs to display only HTTP 50x errors by including `"status": "50*"` key/value. I tried multiple variations but none work, can someone...