https://github.com/erikh/k8stail
Tail k8s logs of many (all if you want) pods at once
https://github.com/erikh/k8stail
Last synced: about 1 year ago
JSON representation
Tail k8s logs of many (all if you want) pods at once
- Host: GitHub
- URL: https://github.com/erikh/k8stail
- Owner: erikh
- Created: 2021-03-05T07:47:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T08:49:43.000Z (over 5 years ago)
- Last Synced: 2025-02-08T14:30:31.412Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8stail is for tailing logs
This is a tiny program you can use to spawn lots of simultaneous log readers into kubernetes to read logs. It is a little resource intensive if you point it at at the full cluster. It has a few options:
```
GLOBAL OPTIONS:
--config value, -c value kubectl config file [$KUBECONFIG]
--namespace value, -n value Namespaces you care about; may provide multiple
--since value, -s value Will only show logs after this time in seconds (default: 0)
--after value, -a value Will only show logs that appear after this time (default: (*time.Time)(nil))
--timestamp, -t Timestamp log messages (default: true)
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
This is also available via `--help`.
The default is to tail the entire cluster from the point in time the application was launched.
## BUGS
Marty, where we're going, we don't need bugs.
## Author
Erik Hollensbe