https://github.com/ueokande/logbook
Another log viewer for Kubernetes
https://github.com/ueokande/logbook
kubernetes
Last synced: 11 months ago
JSON representation
Another log viewer for Kubernetes
- Host: GitHub
- URL: https://github.com/ueokande/logbook
- Owner: ueokande
- License: mit
- Created: 2019-07-03T03:42:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T13:52:39.000Z (over 4 years ago)
- Last Synced: 2025-03-28T13:39:11.367Z (12 months ago)
- Topics: kubernetes
- Language: Go
- Size: 1.98 MB
- Stars: 50
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - logbook
README
# :ledger: logbook
Logbook is a real-time log viewer for Kubernetes.

## Install
Download a latest version of the binary from releases, or use `go get` as follows:
```console
$ go get -u github.com/ueokande/logbook
```
## Usage
```console
$ logbook [--kubeconfig KUBECONFIG] [--namespace NAMESPACE]
Flags:
--kubeconfig Path to kubeconfig file
--namespace Kubernetes namespace
```
- Ctrl+n: Select next pod
- Ctrl+p: Scroll previous pod
- j: Scroll down
- k: Scroll up
- h: Scroll left
- l: Scroll right
- f: Enable and disable follow mode
- Ctrl+D: Scroll half-page down
- Ctrl+U: Scroll half-page up
- Ctrl+F: Scroll page down
- Ctrl+B: Scroll page up
- G: Scroll to bottom
- g: Scroll to top
- Tab: Switch containers
- /: Search forward for matching line.
- n: Repeat previous search.
- N: Repeat previous search in reverse direction.
- q: Quit
## License
MIT
[releases]: https://github.com/ueokande/logbook/releases