An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# :ledger: logbook

Logbook is a real-time log viewer for Kubernetes.

![Screenshot](screenshot.gif)

## 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